Color Hex Logo

#0abac9 Color Hex

#0ABAC9
(10,186,201)
0 Favorites   0 Comments

Color spaces of #0abac9

RGB 10186201
HSL0.510.910.41
HSV185°95°79°
CMYK 0.950.070.00   0.21
XYZ28.226739.399461.3755
Yxy39.39940.21880.3054
Hunter Lab62.7689-29.5756-14.0355
CIE-Lab69.0396-32.9619-18.5920

#0abac9 color RGB value is (10,186,201).

#0abac9 hex color red value is 10, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #0abac9 hue: 0.51 , saturation: 0.91 and the lightness value of 0abac9 is 0.41.

The process color (four color CMYK) of #0abac9 color hex is 0.95, 0.07, 0.00, 0.21. Web safe color of #0abac9 is #00cccc. Color #0abac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111010 11001001
Octal 12 272 311
Decimal 10 186 201
Hex A BA C9

RGB Percentages of Color #0abac9

%2.52
%46.85
%50.63

CMYK Percentages of Color #0abac9

%95
%7
%0
%21

Triadic Colors of #0abac9

#0abac9 #c90aba #bac90a

Analogous Colors of #0abac9

#0abac9 #0a5bc9 #0ac979

Monochromatic Colors of #0abac9

#0abac9

Complementary Color

#0abac9 #c9190a

#0abac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abac9 Color CSS Codes

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

#0abac9 Text Font Color

<p style="color:#0abac9">Text here</p>

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


#0abac9 Background Color

<div style="background-color:#0abac9">
Div content here</div>

This div background color is #0abac9


#0abac9 Border Color

<div style="border:3px solid #0abac9">
Div here</div>

This div border color is #0abac9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,186,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0abac9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0abac9;
  -webkit-box-shadow: 1px 1px 3px 2px #0abac9;
  box-shadow:         1px 1px 3px 2px #0abac9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abac9


Comments

No comments written yet.

Please login to write comment.