Color Hex Logo

#0096af Color Hex

#0096AF
(0,150,175)
0 Favorites   0 Comments

Color spaces of #0096af

RGB 0150175
HSL0.521.000.34
HSV189°100°69°
CMYK 1.000.140.00   0.31
XYZ18.644224.907844.3825
Yxy24.90780.21200.2833
Hunter Lab49.9077-20.6556-17.7907
CIE-Lab56.9855-24.0754-22.4537

#0096af color RGB value is (0,150,175).

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

The process color (four color CMYK) of #0096af color hex is 1.00, 0.14, 0.00, 0.31. Web safe color of #0096af is #009999. Color #0096af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010110 10101111
Octal 0 226 257
Decimal 0 150 175
Hex 0 96 AF

RGB Percentages of Color #0096af

%0.00
%46.15
%53.85

CMYK Percentages of Color #0096af

%100
%14
%0
%31

Triadic Colors of #0096af

#0096af #af0096 #96af00

Analogous Colors of #0096af

#0096af #003eaf #00af71

Monochromatic Colors of #0096af

#0096af

Complementary Color

#0096af #af1900

#0096af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0096af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0096af Color CSS Codes

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

#0096af Text Font Color

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

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


#0096af Background Color

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

This div background color is #0096af


#0096af Border Color

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

This div border color is #0096af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0096af


Comments

No comments written yet.

Please login to write comment.