Color Hex Logo

#addaef Color Hex

#ADDAEF
(173,218,239)
0 Favorites   0 Comments

Color spaces of #addaef

RGB 173218239
HSL0.550.670.81
HSV199°28°94°
CMYK 0.280.090.00   0.06
XYZ57.885065.259091.2067
Yxy65.25900.27000.3044
Hunter Lab80.7830-13.4663-10.3922
CIE-Lab84.6170-9.8762-15.0546

#addaef color RGB value is (173,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11101111
Octal 255 332 357
Decimal 173 218 239
Hex AD DA EF

RGB Percentages of Color #addaef

%27.46
%34.60
%37.94

CMYK Percentages of Color #addaef

%28
%9
%0
%6

Triadic Colors of #addaef

#addaef #efadda #daefad

Analogous Colors of #addaef

#addaef #adb9ef #adefe3

Monochromatic Colors of #addaef

#addaef

Complementary Color

#addaef #efc2ad

#addaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaef Color CSS Codes

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

#addaef Text Font Color

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

This sample text font color is #addaef
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.


#addaef Background Color

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

This div background color is #addaef


#addaef Border Color

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

This div border color is #addaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,218,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 #addaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaef


Comments

No comments written yet.

Please login to write comment.