Color Hex Logo

#9dcbae Color Hex

#9DCBAE
(157,203,174)
0 Favorites   0 Comments

Color spaces of #9dcbae

RGB 157203174
HSL0.390.310.71
HSV142°23°80°
CMYK 0.230.000.14   0.20
XYZ42.900552.936048.0010
Yxy52.93600.29830.3680
Hunter Lab72.7571-22.074311.8138
CIE-Lab77.8372-20.93019.5724

#9dcbae color RGB value is (157,203,174).

#9dcbae hex color red value is 157, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9dcbae hue: 0.39 , saturation: 0.31 and the lightness value of 9dcbae is 0.71.

The process color (four color CMYK) of #9dcbae color hex is 0.23, 0.00, 0.14, 0.20. Web safe color of #9dcbae is #99cc99. Color #9dcbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 10101110
Octal 235 313 256
Decimal 157 203 174
Hex 9D CB AE

RGB Percentages of Color #9dcbae

%29.40
%38.01
%32.58

CMYK Percentages of Color #9dcbae

%23
%0
%14
%20

Triadic Colors of #9dcbae

#9dcbae #ae9dcb #cbae9d

Analogous Colors of #9dcbae

#9dcbae #9dcbc5 #a3cb9d

Monochromatic Colors of #9dcbae

#9dcbae

Complementary Color

#9dcbae #cb9dba

#9dcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcbae Color CSS Codes

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

#9dcbae Text Font Color

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

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


#9dcbae Background Color

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

This div background color is #9dcbae


#9dcbae Border Color

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

This div border color is #9dcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcbae


Comments

No comments written yet.

Please login to write comment.