Color Hex Logo

#96d67d Color Hex

#96D67D
(150,214,125)
0 Favorites   0 Comments

Color spaces of #96d67d

RGB 150214125
HSL0.290.520.66
HSV103°42°84°
CMYK 0.300.000.42   0.16
XYZ40.325956.057828.0969
Yxy56.05780.32400.4503
Hunter Lab74.8718-34.885530.1606
CIE-Lab79.6467-36.561037.5785

#96d67d color RGB value is (150,214,125).

#96d67d hex color red value is 150, green value is 214 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #96d67d hue: 0.29 , saturation: 0.52 and the lightness value of 96d67d is 0.66.

The process color (four color CMYK) of #96d67d color hex is 0.30, 0.00, 0.42, 0.16. Web safe color of #96d67d is #99cc66. Color #96d67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11010110 01111101
Octal 226 326 175
Decimal 150 214 125
Hex 96 D6 7D

RGB Percentages of Color #96d67d

%30.67
%43.76
%25.56

CMYK Percentages of Color #96d67d

%30
%0
%42
%16

Triadic Colors of #96d67d

#96d67d #7d96d6 #d67d96

Analogous Colors of #96d67d

#96d67d #7dd691 #c3d67d

Monochromatic Colors of #96d67d

#96d67d

Complementary Color

#96d67d #bd7dd6

#96d67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d67d Color CSS Codes

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

#96d67d Text Font Color

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

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


#96d67d Background Color

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

This div background color is #96d67d


#96d67d Border Color

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

This div border color is #96d67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d67d


Comments

No comments written yet.

Please login to write comment.