Color Hex Logo

#9dbeab Color Hex

#9DBEAB
(157,190,171)
0 Favorites   0 Comments

Color spaces of #9dbeab

RGB 157190171
HSL0.400.200.68
HSV145°17°75°
CMYK 0.170.000.10   0.25
XYZ39.668846.935345.4967
Yxy46.93530.30030.3553
Hunter Lab68.5093-16.53498.5824
CIE-Lab74.1484-14.91325.9068

#9dbeab color RGB value is (157,190,171).

#9dbeab hex color red value is 157, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9dbeab hue: 0.40 , saturation: 0.20 and the lightness value of 9dbeab is 0.68.

The process color (four color CMYK) of #9dbeab color hex is 0.17, 0.00, 0.10, 0.25. Web safe color of #9dbeab is #99cc99. Color #9dbeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 10101011
Octal 235 276 253
Decimal 157 190 171
Hex 9D BE AB

RGB Percentages of Color #9dbeab

%30.31
%36.68
%33.01

CMYK Percentages of Color #9dbeab

%17
%0
%10
%25

Triadic Colors of #9dbeab

#9dbeab #ab9dbe #beab9d

Analogous Colors of #9dbeab

#9dbeab #9dbebc #a0be9d

Monochromatic Colors of #9dbeab

#9dbeab

Complementary Color

#9dbeab #be9db0

#9dbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbeab Color CSS Codes

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

#9dbeab Text Font Color

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

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


#9dbeab Background Color

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

This div background color is #9dbeab


#9dbeab Border Color

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

This div border color is #9dbeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,190,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dbeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dbeab;
  -webkit-box-shadow: 1px 1px 3px 2px #9dbeab;
  box-shadow:         1px 1px 3px 2px #9dbeab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbeab


Comments

No comments written yet.

Please login to write comment.