Color Hex Logo

#96ecdc Color Hex

#96ECDC
(150,236,220)
0 Favorites   0 Comments

Color spaces of #96ecdc

RGB 150236220
HSL0.470.690.76
HSV169°36°93°
CMYK 0.360.000.07   0.07
XYZ55.491471.642278.6138
Yxy71.64220.26970.3482
Hunter Lab84.6417-31.09784.1816
CIE-Lab87.7961-29.5033-0.4635

#96ecdc color RGB value is (150,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101100 11011100
Octal 226 354 334
Decimal 150 236 220
Hex 96 EC DC

RGB Percentages of Color #96ecdc

%24.75
%38.94
%36.30

CMYK Percentages of Color #96ecdc

%36
%0
%7
%7

Triadic Colors of #96ecdc

#96ecdc #dc96ec #ecdc96

Analogous Colors of #96ecdc

#96ecdc #96d1ec #96ecb1

Monochromatic Colors of #96ecdc

#96ecdc

Complementary Color

#96ecdc #ec96a6

#96ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ecdc Color CSS Codes

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

#96ecdc Text Font Color

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

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


#96ecdc Background Color

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

This div background color is #96ecdc


#96ecdc Border Color

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

This div border color is #96ecdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,236,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 #96ecdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ecdc


Comments

No comments written yet.

Please login to write comment.