Color Hex Logo

#0aabb9 Color Hex

#0AABB9
(10,171,185)
0 Favorites   0 Comments

Color spaces of #0aabb9

RGB 10171185
HSL0.510.900.38
HSV185°95°73°
CMYK 0.950.080.00   0.27
XYZ23.445032.693150.9737
Yxy32.69310.21890.3052
Hunter Lab57.1779-26.8698-12.8321
CIE-Lab63.9116-30.8723-17.5168

#0aabb9 color RGB value is (10,171,185).

#0aabb9 hex color red value is 10, green value is 171 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #0aabb9 hue: 0.51 , saturation: 0.90 and the lightness value of 0aabb9 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101011 10111001
Octal 12 253 271
Decimal 10 171 185
Hex A AB B9

RGB Percentages of Color #0aabb9

%2.73
%46.72
%50.55

CMYK Percentages of Color #0aabb9

%95
%8
%0
%27

Triadic Colors of #0aabb9

#0aabb9 #b90aab #abb90a

Analogous Colors of #0aabb9

#0aabb9 #0a53b9 #0ab970

Monochromatic Colors of #0aabb9

#0aabb9

Complementary Color

#0aabb9 #b9180a

#0aabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aabb9 Color CSS Codes

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

#0aabb9 Text Font Color

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

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


#0aabb9 Background Color

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

This div background color is #0aabb9


#0aabb9 Border Color

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

This div border color is #0aabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aabb9


Comments

No comments written yet.

Please login to write comment.