Color Hex Logo

#0aabda Color Hex

#0AABDA
(10,171,218)
0 Favorites   0 Comments

Color spaces of #0aabda

RGB 10171218
HSL0.540.910.45
HSV194°95°85°
CMYK 0.950.220.00   0.15
XYZ27.343034.252371.4999
Yxy34.25230.20540.2574
Hunter Lab58.5255-19.0247-31.4661
CIE-Lab65.1623-19.7678-33.9031

#0aabda color RGB value is (10,171,218).

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

The process color (four color CMYK) of #0aabda color hex is 0.95, 0.22, 0.00, 0.15. Web safe color of #0aabda is #0099cc. Color #0aabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101011 11011010
Octal 12 253 332
Decimal 10 171 218
Hex A AB DA

RGB Percentages of Color #0aabda

%2.51
%42.86
%54.64

CMYK Percentages of Color #0aabda

%95
%22
%0
%15

Triadic Colors of #0aabda

#0aabda #da0aab #abda0a

Analogous Colors of #0aabda

#0aabda #0a43da #0adaa1

Monochromatic Colors of #0aabda

#0aabda

Complementary Color

#0aabda #da390a

#0aabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aabda Color CSS Codes

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

#0aabda Text Font Color

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

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


#0aabda Background Color

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

This div background color is #0aabda


#0aabda Border Color

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

This div border color is #0aabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aabda


Comments

No comments written yet.

Please login to write comment.