Color Hex Logo

#add8be Color Hex

#ADD8BE
(173,216,190)
0 Favorites   0 Comments

Color spaces of #add8be

RGB 173216190
HSL0.400.360.76
HSV144°20°85°
CMYK 0.200.000.12   0.15
XYZ51.083761.713757.9347
Yxy61.71370.29920.3615
Hunter Lab78.5581-21.404011.2657
CIE-Lab82.7609-19.17118.2124

#add8be color RGB value is (173,216,190).

#add8be hex color red value is 173, green value is 216 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #add8be hue: 0.40 , saturation: 0.36 and the lightness value of add8be is 0.76.

The process color (four color CMYK) of #add8be color hex is 0.20, 0.00, 0.12, 0.15. Web safe color of #add8be is #99cccc. Color #add8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 10111110
Octal 255 330 276
Decimal 173 216 190
Hex AD D8 BE

RGB Percentages of Color #add8be

%29.88
%37.31
%32.82

CMYK Percentages of Color #add8be

%20
%0
%12
%15

Triadic Colors of #add8be

#add8be #beadd8 #d8bead

Analogous Colors of #add8be

#add8be #add8d4 #b2d8ad

Monochromatic Colors of #add8be

#add8be

Complementary Color

#add8be #d8adc7

#add8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#add8be Color CSS Codes

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

#add8be Text Font Color

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

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


#add8be Background Color

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

This div background color is #add8be


#add8be Border Color

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

This div border color is #add8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add8be


Comments

No comments written yet.

Please login to write comment.