Color Hex Logo

#add1be Color Hex

#ADD1BE
(173,209,190)
0 Favorites   0 Comments

Color spaces of #add1be

RGB 173209190
HSL0.410.280.75
HSV148°17°82°
CMYK 0.170.000.09   0.18
XYZ49.328358.202957.3496
Yxy58.20290.29920.3530
Hunter Lab76.2908-18.09408.8339
CIE-Lab80.8515-15.65155.4676

#add1be color RGB value is (173,209,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 10111110
Octal 255 321 276
Decimal 173 209 190
Hex AD D1 BE

RGB Percentages of Color #add1be

%30.24
%36.54
%33.22

CMYK Percentages of Color #add1be

%17
%0
%9
%18

Triadic Colors of #add1be

#add1be #beadd1 #d1bead

Analogous Colors of #add1be

#add1be #add1d0 #aed1ad

Monochromatic Colors of #add1be

#add1be

Complementary Color

#add1be #d1adc0

#add1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1be Color CSS Codes

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

#add1be Text Font Color

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

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


#add1be Background Color

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

This div background color is #add1be


#add1be Border Color

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

This div border color is #add1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1be


Comments

No comments written yet.

Please login to write comment.