Color Hex Logo

#96beba Color Hex

#96BEBA
(150,190,186)
0 Favorites   0 Comments

Color spaces of #96beba

RGB 150190186
HSL0.480.240.67
HSV174°21°75°
CMYK 0.210.000.02   0.25
XYZ39.854146.856153.3980
Yxy46.85610.28450.3344
Hunter Lab68.4515-15.86321.6648
CIE-Lab74.0976-14.1136-2.3786

#96beba color RGB value is (150,190,186).

#96beba hex color red value is 150, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #96beba hue: 0.48 , saturation: 0.24 and the lightness value of 96beba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111110 10111010
Octal 226 276 272
Decimal 150 190 186
Hex 96 BE BA

RGB Percentages of Color #96beba

%28.52
%36.12
%35.36

CMYK Percentages of Color #96beba

%21
%0
%2
%25

Triadic Colors of #96beba

#96beba #ba96be #beba96

Analogous Colors of #96beba

#96beba #96aebe #96bea6

Monochromatic Colors of #96beba

#96beba

Complementary Color

#96beba #be969a

#96beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96beba Color CSS Codes

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

#96beba Text Font Color

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

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


#96beba Background Color

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

This div background color is #96beba


#96beba Border Color

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

This div border color is #96beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96beba


Comments

No comments written yet.

Please login to write comment.