Color Hex Logo

#9dcbb6 Color Hex

#9DCBB6
(157,203,182)
0 Favorites   0 Comments

Color spaces of #9dcbb6

RGB 157203182
HSL0.420.310.71
HSV153°23°80°
CMYK 0.230.000.10   0.20
XYZ43.704153.257452.2322
Yxy53.25740.29290.3570
Hunter Lab72.9777-20.81278.6488
CIE-Lab78.0267-19.36705.5519

#9dcbb6 color RGB value is (157,203,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 10110110
Octal 235 313 266
Decimal 157 203 182
Hex 9D CB B6

RGB Percentages of Color #9dcbb6

%28.97
%37.45
%33.58

CMYK Percentages of Color #9dcbb6

%23
%0
%10
%20

Triadic Colors of #9dcbb6

#9dcbb6 #b69dcb #cbb69d

Analogous Colors of #9dcbb6

#9dcbb6 #9dc9cb #9dcb9f

Monochromatic Colors of #9dcbb6

#9dcbb6

Complementary Color

#9dcbb6 #cb9db2

#9dcbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcbb6 Color CSS Codes

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

#9dcbb6 Text Font Color

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

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


#9dcbb6 Background Color

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

This div background color is #9dcbb6


#9dcbb6 Border Color

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

This div border color is #9dcbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcbb6


Comments

No comments written yet.

Please login to write comment.