Color Hex Logo

#96cece Color Hex

#96CECE
(150,206,206)
0 Favorites   0 Comments

Color spaces of #96cece

RGB 150206206
HSL0.500.360.70
HSV180°27°81°
CMYK 0.270.000.00   0.19
XYZ45.789655.082966.6112
Yxy55.08290.27340.3289
Hunter Lab74.2179-19.7535-1.2608
CIE-Lab79.0890-17.9024-5.8357

#96cece color RGB value is (150,206,206).

#96cece hex color red value is 150, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #96cece hue: 0.50 , saturation: 0.36 and the lightness value of 96cece is 0.70.

The process color (four color CMYK) of #96cece color hex is 0.27, 0.00, 0.00, 0.19. Web safe color of #96cece is #99cccc. Color #96cece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001110 11001110
Octal 226 316 316
Decimal 150 206 206
Hex 96 CE CE

RGB Percentages of Color #96cece

%26.69
%36.65
%36.65

CMYK Percentages of Color #96cece

%27
%0
%0
%19

Triadic Colors of #96cece

#96cece #ce96ce #cece96

Analogous Colors of #96cece

#96cece #96b2ce #96ceb2

Monochromatic Colors of #96cece

#96cece

Complementary Color

#96cece #ce9696

#96cece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cece Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cece Color CSS Codes

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

#96cece Text Font Color

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

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


#96cece Background Color

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

This div background color is #96cece


#96cece Border Color

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

This div border color is #96cece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cece


Comments

No comments written yet.

Please login to write comment.