Color Hex Logo

#96c898 Color Hex

#96C898
(150,200,152)
0 Favorites   0 Comments

Color spaces of #96c898

RGB 150200152
HSL0.340.310.69
HSV122°25°78°
CMYK 0.250.000.24   0.22
XYZ38.899450.059637.3180
Yxy50.05960.30800.3964
Hunter Lab70.7528-25.679418.2549
CIE-Lab76.1058-25.782118.8392

#96c898 color RGB value is (150,200,152).

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

The process color (four color CMYK) of #96c898 color hex is 0.25, 0.00, 0.24, 0.22. Web safe color of #96c898 is #99cc99. Color #96c898 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001000 10011000
Octal 226 310 230
Decimal 150 200 152
Hex 96 C8 98

RGB Percentages of Color #96c898

%29.88
%39.84
%30.28

CMYK Percentages of Color #96c898

%25
%0
%24
%22

Triadic Colors of #96c898

#96c898 #9896c8 #c89896

Analogous Colors of #96c898

#96c898 #96c8b1 #adc896

Monochromatic Colors of #96c898

#96c898

Complementary Color

#96c898 #c896c6

#96c898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c898 Color CSS Codes

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

#96c898 Text Font Color

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

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


#96c898 Background Color

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

This div background color is #96c898


#96c898 Border Color

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

This div border color is #96c898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c898


Comments

No comments written yet.

Please login to write comment.