Color Hex Logo

#96eccf Color Hex

#96ECCF
(150,236,207)
0 Favorites   0 Comments

Color spaces of #96eccf

RGB 150236207
HSL0.440.690.76
HSV160°36°93°
CMYK 0.360.000.12   0.07
XYZ53.835670.979969.8945
Yxy70.97990.27650.3645
Hunter Lab84.2496-33.37509.7870
CIE-Lab87.4752-32.31895.8784

#96eccf color RGB value is (150,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101100 11001111
Octal 226 354 317
Decimal 150 236 207
Hex 96 EC CF

RGB Percentages of Color #96eccf

%25.30
%39.80
%34.91

CMYK Percentages of Color #96eccf

%36
%0
%12
%7

Triadic Colors of #96eccf

#96eccf #cf96ec #eccf96

Analogous Colors of #96eccf

#96eccf #96deec #96eca4

Monochromatic Colors of #96eccf

#96eccf

Complementary Color

#96eccf #ec96b3

#96eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eccf Color CSS Codes

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

#96eccf Text Font Color

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

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


#96eccf Background Color

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

This div background color is #96eccf


#96eccf Border Color

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

This div border color is #96eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eccf


Comments

No comments written yet.

Please login to write comment.