COLOR #ADEFEF

HEX: #ADEFEF RGB: (173,239,239)

Renk bilgisi

#ADEFEF contains mainly green and blue colors. #ADEFEF ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#ADEFEF color RGB value is (173,239,239).

RGB: (173,239,239) (68%, 94%, 94%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 239 of 255 = 94%
B 239 of 255 = 94%

173
239
239

R + G + B ~ 85%. #ADEFEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 239 + 239 = 651 (100%)
R 173 of 651 ~ 26.57%
G 239 of 651 ~ 36.71%
B 239 of 651 ~ 36.71'%

%26.57
%36.71
%36.71

CMYK RENK MODELİ

#ADEFEF rengi CMYK tonu (28,0,0,6).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%

CMYK: (28,0,0,6)
C28M0Y0K6 (28%, 0%, 0%, 6%)
(0.28 / 0.00 / 0.00 / 0.06)

CMYK yüzdeleri

%27.62
%0
%0
%6.27

Codes

Color #ADEFEF in popluar color models

AD EF EF
RGB 173 239 239
HSL 180° 67.35% 80.78%
HSB/HSV 180° 27.62% 93.73%
CMYK 27.62% 0.00% 0.00%
6.27%

Color #ADEFEF in popluar number systems.

HEX AD EF EF
Decimal 173 239 239
Binary 10101101 11101111 11101111
Octal 255 357 357

Shades and tints

Shades of #ADEFEF

#ADEFEF
(173,239,239)
#9EDADA
(158,218,218)
#8FC5C5
(143,197,197)
#80B0B0
(128,176,176)
#719B9B
(113,155,155)
#628686
(98,134,134)
#537171
(83,113,113)
#445C5C
(68,92,92)
#354747
(53,71,71)
#263232
(38,50,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #ADEFEF

#ADEFEF
(173,239,239)
#B4F0F0
(180,240,240)
#BBF1F1
(187,241,241)
#C2F2F2
(194,242,242)
#C9F3F3
(201,243,243)
#D0F4F4
(208,244,244)
#D7F5F5
(215,245,245)
#DEF6F6
(222,246,246)
#E5F7F7
(229,247,247)
#ECF8F8
(236,248,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEFEF color. Also use rgb(173,239,239) instead hex code.

Text Font Color

.myTextColor { color: #ADEFEF; }

<p style="color:#ADEFEF">This sample text font color is #ADEFEF.</p>

This text font color is #ADEFEF.

Background Color

.myBgColor { background-color: #ADEFEF; }

<div style="background-color:#ADEFEF">Inner text</div>

This div background color is #ADEFEF.

Border color

.myBorderColor { border: 1px solid #ADEFEF; }

<div style="border:3px solid #ADEFEF">Div</div>

This div border color is #ADEFEF.

Opacity

.myOpacity80 { color: #ADEFEF; opacity: 0.8; }

<p style="color:#ADEFEF;opacity:0.8;">80%</p>

Text with #ADEFEF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADEFEF;}

<p style="text-shadow: 3px 3px 1px #ADEFEF">Text here.</p>

This text has shadow with #ADEFEF color.


.textShadow {text-shadow: 3px 3px 1px #ADEFEF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADEFEF, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADEFEF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEFEF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADEFEF, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADEFEF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEFEF;
-webkit-box-shadow: 1px 1px 3px 2px #ADEFEF;
box-shadow: 1px 1px 3px 2px #ADEFEF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEFEF; -webkit-box-shadow: 1px 1px 3px 2px #ADEFEF; box-shadow:1px 1px 3px 2px #ADEFEF;">
Div content here
</div>

This div box has shadow with color #ADEFEF.

Preview

Color preview on black background

This text has color #ADEFEF on black background.


Color preview on white background

This text has color #ADEFEF on white background.


Black color preview on #ADEFEF background

This text has black color on #ADEFEF background.


White color preview on #ADEFEF background

This text has white color on #ADEFEF background.


Related colors

Complementary color

Complementary color for #hex is #521010.


I love getcolorcode.com