Color Hex Logo

#addee1 Color Hex

#ADDEE1
(173,222,225)
0 Favorites   0 Comments

Color spaces of #addee1

RGB 173222225
HSL0.510.460.78
HSV183°23°88°
CMYK 0.230.010.00   0.12
XYZ56.945566.563081.0808
Yxy66.56300.27830.3253
Hunter Lab81.5862-18.1863-1.8124
CIE-Lab85.2828-15.0513-6.6543

#addee1 color RGB value is (173,222,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11100001
Octal 255 336 341
Decimal 173 222 225
Hex AD DE E1

RGB Percentages of Color #addee1

%27.90
%35.81
%36.29

CMYK Percentages of Color #addee1

%23
%1
%0
%12

Triadic Colors of #addee1

#addee1 #e1adde #dee1ad

Analogous Colors of #addee1

#addee1 #adc4e1 #ade1ca

Monochromatic Colors of #addee1

#addee1

Complementary Color

#addee1 #e1b0ad

#addee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addee1 Color CSS Codes

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

#addee1 Text Font Color

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

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


#addee1 Background Color

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

This div background color is #addee1


#addee1 Border Color

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

This div border color is #addee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addee1


Comments

No comments written yet.

Please login to write comment.