Color Hex Logo

#96eedc Color Hex

#96EEDC
(150,238,220)
0 Favorites   0 Comments

Color spaces of #96eedc

RGB 150238220
HSL0.470.720.76
HSV168°37°93°
CMYK 0.370.000.08   0.07
XYZ56.070572.800478.8068
Yxy72.80040.27000.3505
Hunter Lab85.3232-32.01344.9643
CIE-Lab88.3524-30.45270.3491

#96eedc color RGB value is (150,238,220).

#96eedc hex color red value is 150, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #96eedc hue: 0.47 , saturation: 0.72 and the lightness value of 96eedc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101110 11011100
Octal 226 356 334
Decimal 150 238 220
Hex 96 EE DC

RGB Percentages of Color #96eedc

%24.67
%39.14
%36.18

CMYK Percentages of Color #96eedc

%37
%0
%8
%7

Triadic Colors of #96eedc

#96eedc #dc96ee #eedc96

Analogous Colors of #96eedc

#96eedc #96d4ee #96eeb0

Monochromatic Colors of #96eedc

#96eedc

Complementary Color

#96eedc #ee96a8

#96eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eedc Color CSS Codes

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

#96eedc Text Font Color

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

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


#96eedc Background Color

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

This div background color is #96eedc


#96eedc Border Color

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

This div border color is #96eedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eedc


Comments

No comments written yet.

Please login to write comment.