Color Hex Logo

#96edcc Color Hex

#96EDCC
(150,237,204)
0 Favorites   0 Comments

Color spaces of #96edcc

RGB 150237204
HSL0.440.710.76
HSV157°37°93°
CMYK 0.370.000.14   0.07
XYZ53.760971.412068.0771
Yxy71.41200.27820.3695
Hunter Lab84.5056-34.326511.3904
CIE-Lab87.6848-33.41357.7482

#96edcc color RGB value is (150,237,204).

#96edcc hex color red value is 150, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #96edcc hue: 0.44 , saturation: 0.71 and the lightness value of 96edcc is 0.76.

The process color (four color CMYK) of #96edcc color hex is 0.37, 0.00, 0.14, 0.07. Web safe color of #96edcc is #99ffcc. Color #96edcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101101 11001100
Octal 226 355 314
Decimal 150 237 204
Hex 96 ED CC

RGB Percentages of Color #96edcc

%25.38
%40.10
%34.52

CMYK Percentages of Color #96edcc

%37
%0
%14
%7

Triadic Colors of #96edcc

#96edcc #cc96ed #edcc96

Analogous Colors of #96edcc

#96edcc #96e3ed #96eda1

Monochromatic Colors of #96edcc

#96edcc

Complementary Color

#96edcc #ed96b7

#96edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96edcc Color CSS Codes

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

#96edcc Text Font Color

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

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


#96edcc Background Color

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

This div background color is #96edcc


#96edcc Border Color

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

This div border color is #96edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96edcc


Comments

No comments written yet.

Please login to write comment.