Color Hex Logo

#addae8 Color Hex

#ADDAE8
(173,218,232)
0 Favorites   0 Comments

Color spaces of #addae8

RGB 173218232
HSL0.540.560.79
HSV194°25°91°
CMYK 0.250.060.00   0.09
XYZ56.870564.853285.8645
Yxy64.85320.27400.3124
Hunter Lab80.5315-14.8752-6.8443
CIE-Lab84.4080-11.4660-11.6597

#addae8 color RGB value is (173,218,232).

#addae8 hex color red value is 173, green value is 218 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #addae8 hue: 0.54 , saturation: 0.56 and the lightness value of addae8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11101000
Octal 255 332 350
Decimal 173 218 232
Hex AD DA E8

RGB Percentages of Color #addae8

%27.77
%34.99
%37.24

CMYK Percentages of Color #addae8

%25
%6
%0
%9

Triadic Colors of #addae8

#addae8 #e8adda #dae8ad

Analogous Colors of #addae8

#addae8 #adbde8 #ade8d9

Monochromatic Colors of #addae8

#addae8

Complementary Color

#addae8 #e8bbad

#addae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addae8 Color CSS Codes

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

#addae8 Text Font Color

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

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


#addae8 Background Color

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

This div background color is #addae8


#addae8 Border Color

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

This div border color is #addae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addae8


Comments

No comments written yet.

Please login to write comment.