Color Hex Logo

#0ac9db Color Hex

#0AC9DB
(10,201,219)
0 Favorites   0 Comments

Color spaces of #0ac9db

RGB 10201219
HSL0.510.910.45
HSV185°95°86°
CMYK 0.950.080.00   0.14
XYZ33.798046.952374.2992
Yxy46.95230.21800.3028
Hunter Lab68.5217-31.8689-16.3238
CIE-Lab74.1592-34.3857-20.6309

#0ac9db color RGB value is (10,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001001 11011011
Octal 12 311 333
Decimal 10 201 219
Hex A C9 DB

RGB Percentages of Color #0ac9db

%2.33
%46.74
%50.93

CMYK Percentages of Color #0ac9db

%95
%8
%0
%14

Triadic Colors of #0ac9db

#0ac9db #db0ac9 #c9db0a

Analogous Colors of #0ac9db

#0ac9db #0a61db #0adb85

Monochromatic Colors of #0ac9db

#0ac9db

Complementary Color

#0ac9db #db1c0a

#0ac9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac9db Color CSS Codes

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

#0ac9db Text Font Color

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

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


#0ac9db Background Color

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

This div background color is #0ac9db


#0ac9db Border Color

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

This div border color is #0ac9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac9db


Comments

No comments written yet.

Please login to write comment.