Color Hex Logo

#add9ef Color Hex

#ADD9EF
(173,217,239)
0 Favorites   0 Comments

Color spaces of #add9ef

RGB 173217239
HSL0.560.670.81
HSV200°28°94°
CMYK 0.280.090.00   0.06
XYZ57.626464.741991.1206
Yxy64.74190.26990.3033
Hunter Lab80.4624-12.9690-10.8201
CIE-Lab84.3506-9.3598-15.4547

#add9ef color RGB value is (173,217,239).

#add9ef hex color red value is 173, green value is 217 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #add9ef hue: 0.56 , saturation: 0.67 and the lightness value of add9ef is 0.81.

The process color (four color CMYK) of #add9ef color hex is 0.28, 0.09, 0.00, 0.06. Web safe color of #add9ef is #99ccff. Color #add9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 11101111
Octal 255 331 357
Decimal 173 217 239
Hex AD D9 EF

RGB Percentages of Color #add9ef

%27.50
%34.50
%38.00

CMYK Percentages of Color #add9ef

%28
%9
%0
%6

Triadic Colors of #add9ef

#add9ef #efadd9 #d9efad

Analogous Colors of #add9ef

#add9ef #adb8ef #adefe4

Monochromatic Colors of #add9ef

#add9ef

Complementary Color

#add9ef #efc3ad

#add9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#add9ef Color CSS Codes

.mybgcolor {background-color:#add9ef; } 
.myforecolor {color:#add9ef; }
.mybordercolor {border:3px solid #add9ef; }

#add9ef Text Font Color

<p style="color:#add9ef">Text here</p>

This sample text font color is #add9ef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#add9ef Background Color

<div style="background-color:#add9ef">
Div content here</div>

This div background color is #add9ef


#add9ef Border Color

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

This div border color is #add9ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,217,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #add9ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #add9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #add9ef;
  box-shadow:         1px 1px 3px 2px #add9ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,217,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #add9ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #add9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #add9ef;
  box-shadow:         1px 1px 3px 2px #add9ef;">
Div content here</div>

This div box has shadow with color #add9ef


Comments

No comments written yet.

Please login to write comment.