Color Hex Logo

#add0be Color Hex

#ADD0BE
(173,208,190)
0 Favorites   0 Comments

Color spaces of #add0be

RGB 173208190
HSL0.410.270.75
HSV149°17°82°
CMYK 0.170.000.09   0.18
XYZ49.083757.713757.2681
Yxy57.71370.29920.3518
Hunter Lab75.9695-17.61838.4841
CIE-Lab80.5794-15.14395.0750

#add0be color RGB value is (173,208,190).

#add0be hex color red value is 173, green value is 208 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #add0be hue: 0.41 , saturation: 0.27 and the lightness value of add0be is 0.75.

The process color (four color CMYK) of #add0be color hex is 0.17, 0.00, 0.09, 0.18. Web safe color of #add0be is #99cccc. Color #add0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10111110
Octal 255 320 276
Decimal 173 208 190
Hex AD D0 BE

RGB Percentages of Color #add0be

%30.30
%36.43
%33.27

CMYK Percentages of Color #add0be

%17
%0
%9
%18

Triadic Colors of #add0be

#add0be #beadd0 #d0bead

Analogous Colors of #add0be

#add0be #add0d0 #aed0ad

Monochromatic Colors of #add0be

#add0be

Complementary Color

#add0be #d0adbf

#add0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#add0be Color CSS Codes

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

#add0be Text Font Color

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

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


#add0be Background Color

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

This div background color is #add0be


#add0be Border Color

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

This div border color is #add0be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,208,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 #add0be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add0be


Comments

No comments written yet.

Please login to write comment.