Color Hex Logo

#96cabc Color Hex

#96CABC
(150,202,188)
0 Favorites   0 Comments

Color spaces of #96cabc

RGB 150202188
HSL0.460.330.69
HSV164°26°79°
CMYK 0.260.000.07   0.21
XYZ42.775352.355955.4282
Yxy52.35590.28410.3477
Hunter Lab72.3574-21.10215.2320
CIE-Lab77.4932-19.82071.5017

#96cabc color RGB value is (150,202,188).

#96cabc hex color red value is 150, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #96cabc hue: 0.46 , saturation: 0.33 and the lightness value of 96cabc is 0.69.

The process color (four color CMYK) of #96cabc color hex is 0.26, 0.00, 0.07, 0.21. Web safe color of #96cabc is #99cccc. Color #96cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001010 10111100
Octal 226 312 274
Decimal 150 202 188
Hex 96 CA BC

RGB Percentages of Color #96cabc

%27.78
%37.41
%34.81

CMYK Percentages of Color #96cabc

%26
%0
%7
%21

Triadic Colors of #96cabc

#96cabc #bc96ca #cabc96

Analogous Colors of #96cabc

#96cabc #96beca #96caa2

Monochromatic Colors of #96cabc

#96cabc

Complementary Color

#96cabc #ca96a4

#96cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cabc Color CSS Codes

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

#96cabc Text Font Color

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

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


#96cabc Background Color

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

This div background color is #96cabc


#96cabc Border Color

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

This div border color is #96cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cabc


Comments

No comments written yet.

Please login to write comment.