Color Hex Logo

#0096ab Color Hex

#0096AB
(0,150,171)
0 Favorites   0 Comments

Color spaces of #0096ab

RGB 0150171
HSL0.521.000.34
HSV187°100°67°
CMYK 1.000.120.00   0.33
XYZ18.257024.753042.3436
Yxy24.75300.21390.2900
Hunter Lab49.7524-21.5648-15.6343
CIE-Lab56.8340-25.4476-20.4084

#0096ab color RGB value is (0,150,171).

#0096ab hex color red value is 0, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0096ab hue: 0.52 , saturation: 1.00 and the lightness value of 0096ab is 0.34.

The process color (four color CMYK) of #0096ab color hex is 1.00, 0.12, 0.00, 0.33. Web safe color of #0096ab is #009999. Color #0096ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010110 10101011
Octal 0 226 253
Decimal 0 150 171
Hex 0 96 AB

RGB Percentages of Color #0096ab

%0.00
%46.73
%53.27

CMYK Percentages of Color #0096ab

%100
%12
%0
%33

Triadic Colors of #0096ab

#0096ab #ab0096 #96ab00

Analogous Colors of #0096ab

#0096ab #0040ab #00ab6b

Monochromatic Colors of #0096ab

#0096ab

Complementary Color

#0096ab #ab1500

#0096ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0096ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0096ab Color CSS Codes

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

#0096ab Text Font Color

<p style="color:#0096ab">Text here</p>

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


#0096ab Background Color

<div style="background-color:#0096ab">
Div content here</div>

This div background color is #0096ab


#0096ab Border Color

<div style="border:3px solid #0096ab">
Div here</div>

This div border color is #0096ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,150,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0096ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0096ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0096ab;
  box-shadow:         1px 1px 3px 2px #0096ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0096ab


Comments

No comments written yet.

Please login to write comment.