Color Hex Logo

#addee0 Color Hex

#ADDEE0
(173,222,224)
0 Favorites   0 Comments

Color spaces of #addee0

RGB 173222224
HSL0.510.450.78
HSV182°23°88°
CMYK 0.230.010.00   0.12
XYZ56.809466.508680.3643
Yxy66.50860.27890.3265
Hunter Lab81.5528-18.3749-1.3390
CIE-Lab85.2552-15.2684-6.1663

#addee0 color RGB value is (173,222,224).

#addee0 hex color red value is 173, green value is 222 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #addee0 hue: 0.51 , saturation: 0.45 and the lightness value of addee0 is 0.78.

The process color (four color CMYK) of #addee0 color hex is 0.23, 0.01, 0.00, 0.12. Web safe color of #addee0 is #99cccc. Color #addee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11100000
Octal 255 336 340
Decimal 173 222 224
Hex AD DE E0

RGB Percentages of Color #addee0

%27.95
%35.86
%36.19

CMYK Percentages of Color #addee0

%23
%1
%0
%12

Triadic Colors of #addee0

#addee0 #e0adde #dee0ad

Analogous Colors of #addee0

#addee0 #adc5e0 #ade0c9

Monochromatic Colors of #addee0

#addee0

Complementary Color

#addee0 #e0afad

#addee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addee0 Color CSS Codes

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

#addee0 Text Font Color

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

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


#addee0 Background Color

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

This div background color is #addee0


#addee0 Border Color

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

This div border color is #addee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addee0


Comments

No comments written yet.

Please login to write comment.