Color Hex Logo

#addee5 Color Hex

#ADDEE5
(173,222,229)
2 Favorites   0 Comments

Color spaces of #addee5

RGB 173222229
HSL0.520.520.79
HSV188°24°90°
CMYK 0.240.030.00   0.10
XYZ57.497766.783983.9889
Yxy66.78390.27610.3207
Hunter Lab81.7214-17.4231-3.7301
CIE-Lab85.3947-14.1756-8.6032

#addee5 color RGB value is (173,222,229).

#addee5 hex color red value is 173, green value is 222 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #addee5 hue: 0.52 , saturation: 0.52 and the lightness value of addee5 is 0.79.

The process color (four color CMYK) of #addee5 color hex is 0.24, 0.03, 0.00, 0.10. Web safe color of #addee5 is #99cccc. Color #addee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11100101
Octal 255 336 345
Decimal 173 222 229
Hex AD DE E5

RGB Percentages of Color #addee5

%27.72
%35.58
%36.70

CMYK Percentages of Color #addee5

%24
%3
%0
%10

Triadic Colors of #addee5

#addee5 #e5adde #dee5ad

Analogous Colors of #addee5

#addee5 #adc2e5 #ade5d0

Monochromatic Colors of #addee5

#addee5

Complementary Color

#addee5 #e5b4ad

#addee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addee5 Color CSS Codes

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

#addee5 Text Font Color

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

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


#addee5 Background Color

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

This div background color is #addee5


#addee5 Border Color

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

This div border color is #addee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addee5

#addee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.