Color Hex Logo

#96cb9d Color Hex

#96CB9D
(150,203,157)
0 Favorites   0 Comments

Color spaces of #96cb9d

RGB 150203157
HSL0.360.340.69
HSV128°26°80°
CMYK 0.260.000.23   0.20
XYZ40.019451.630239.7547
Yxy51.63020.30460.3929
Hunter Lab71.8542-26.328617.4946
CIE-Lab77.0592-26.362217.5006

#96cb9d color RGB value is (150,203,157).

#96cb9d hex color red value is 150, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #96cb9d hue: 0.36 , saturation: 0.34 and the lightness value of 96cb9d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 10011101
Octal 226 313 235
Decimal 150 203 157
Hex 96 CB 9D

RGB Percentages of Color #96cb9d

%29.41
%39.80
%30.78

CMYK Percentages of Color #96cb9d

%26
%0
%23
%20

Triadic Colors of #96cb9d

#96cb9d #9d96cb #cb9d96

Analogous Colors of #96cb9d

#96cb9d #96cbb8 #aacb96

Monochromatic Colors of #96cb9d

#96cb9d

Complementary Color

#96cb9d #cb96c4

#96cb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cb9d Color CSS Codes

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

#96cb9d Text Font Color

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

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


#96cb9d Background Color

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

This div background color is #96cb9d


#96cb9d Border Color

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

This div border color is #96cb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cb9d


Comments

No comments written yet.

Please login to write comment.