Color Hex Logo

#add2e3 Color Hex

#ADD2E3
(173,210,227)
0 Favorites   0 Comments

Color spaces of #add2e3

RGB 173210227
HSL0.550.490.78
HSV199°24°89°
CMYK 0.240.070.00   0.11
XYZ54.145360.523581.5015
Yxy60.52350.27600.3085
Hunter Lab77.7969-11.9115-7.6556
CIE-Lab82.1219-8.4524-12.4170

#add2e3 color RGB value is (173,210,227).

#add2e3 hex color red value is 173, green value is 210 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #add2e3 hue: 0.55 , saturation: 0.49 and the lightness value of add2e3 is 0.78.

The process color (four color CMYK) of #add2e3 color hex is 0.24, 0.07, 0.00, 0.11. Web safe color of #add2e3 is #99cccc. Color #add2e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 11100011
Octal 255 322 343
Decimal 173 210 227
Hex AD D2 E3

RGB Percentages of Color #add2e3

%28.36
%34.43
%37.21

CMYK Percentages of Color #add2e3

%24
%7
%0
%11

Triadic Colors of #add2e3

#add2e3 #e3add2 #d2e3ad

Analogous Colors of #add2e3

#add2e3 #adb7e3 #ade3d9

Monochromatic Colors of #add2e3

#add2e3

Complementary Color

#add2e3 #e3bead

#add2e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add2e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add2e3 Color CSS Codes

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

#add2e3 Text Font Color

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

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


#add2e3 Background Color

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

This div background color is #add2e3


#add2e3 Border Color

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

This div border color is #add2e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add2e3


Comments

No comments written yet.

Please login to write comment.