Color Hex Logo

#0ac1db Color Hex

#0AC1DB
(10,193,219)
0 Favorites   0 Comments

Color spaces of #0ac1db

RGB 10193219
HSL0.520.910.45
HSV187°95°86°
CMYK 0.950.120.00   0.14
XYZ31.981343.318973.6936
Yxy43.31890.21460.2907
Hunter Lab65.8171-28.4447-20.3134
CIE-Lab71.7709-30.5551-24.2690

#0ac1db color RGB value is (10,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000001 11011011
Octal 12 301 333
Decimal 10 193 219
Hex A C1 DB

RGB Percentages of Color #0ac1db

%2.37
%45.73
%51.90

CMYK Percentages of Color #0ac1db

%95
%12
%0
%14

Triadic Colors of #0ac1db

#0ac1db #db0ac1 #c1db0a

Analogous Colors of #0ac1db

#0ac1db #0a58db #0adb8d

Monochromatic Colors of #0ac1db

#0ac1db

Complementary Color

#0ac1db #db240a

#0ac1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac1db Color CSS Codes

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

#0ac1db Text Font Color

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

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


#0ac1db Background Color

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

This div background color is #0ac1db


#0ac1db Border Color

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

This div border color is #0ac1db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,193,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 #0ac1db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac1db


Comments

No comments written yet.

Please login to write comment.