Color Hex Logo

#0981af Color Hex

#0981AF
(9,129,175)
0 Favorites   0 Comments

Color spaces of #0981af

RGB 9129175
HSL0.550.900.36
HSV197°95°69°
CMYK 0.950.260.00   0.31
XYZ15.700818.853743.3691
Yxy18.85370.20150.2420
Hunter Lab43.4208-11.4416-28.8247
CIE-Lab50.5156-12.3597-32.4713

#0981af color RGB value is (9,129,175).

#0981af hex color red value is 9, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0981af hue: 0.55 , saturation: 0.90 and the lightness value of 0981af is 0.36.

The process color (four color CMYK) of #0981af color hex is 0.95, 0.26, 0.00, 0.31. Web safe color of #0981af is #009999. Color #0981af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000001 10101111
Octal 11 201 257
Decimal 9 129 175
Hex 9 81 AF

RGB Percentages of Color #0981af

%2.88
%41.21
%55.91

CMYK Percentages of Color #0981af

%95
%26
%0
%31

Triadic Colors of #0981af

#0981af #af0981 #81af09

Analogous Colors of #0981af

#0981af #092eaf #09af8a

Monochromatic Colors of #0981af

#0981af

Complementary Color

#0981af #af3709

#0981af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0981af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0981af Color CSS Codes

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

#0981af Text Font Color

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

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


#0981af Background Color

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

This div background color is #0981af


#0981af Border Color

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

This div border color is #0981af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,129,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 #0981af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0981af


Comments

No comments written yet.

Please login to write comment.