Color Hex Logo

#0abada Color Hex

#0ABADA
(10,186,218)
0 Favorites   0 Comments

Color spaces of #0abada

RGB 10186218
HSL0.530.910.45
HSV189°95°85°
CMYK 0.950.150.00   0.15
XYZ30.339040.244372.4986
Yxy40.24430.21200.2813
Hunter Lab63.4384-25.6507-23.3509
CIE-Lab69.6432-27.4417-26.9831

#0abada color RGB value is (10,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111010 11011010
Octal 12 272 332
Decimal 10 186 218
Hex A BA DA

RGB Percentages of Color #0abada

%2.42
%44.93
%52.66

CMYK Percentages of Color #0abada

%95
%15
%0
%15

Triadic Colors of #0abada

#0abada #da0aba #bada0a

Analogous Colors of #0abada

#0abada #0a52da #0ada92

Monochromatic Colors of #0abada

#0abada

Complementary Color

#0abada #da2a0a

#0abada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abada Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abada Color CSS Codes

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

#0abada Text Font Color

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

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


#0abada Background Color

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

This div background color is #0abada


#0abada Border Color

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

This div border color is #0abada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abada


Comments

No comments written yet.

Please login to write comment.