Color Hex Logo

#0aaaba Color Hex

#0AAABA
(10,170,186)
0 Favorites   0 Comments

Color spaces of #0aaaba

RGB 10170186
HSL0.520.900.38
HSV185°95°73°
CMYK 0.950.090.00   0.27
XYZ23.362832.359251.4690
Yxy32.35920.21800.3019
Hunter Lab56.8851-26.2388-13.8253
CIE-Lab63.6387-30.0626-18.4888

#0aaaba color RGB value is (10,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 10111010
Octal 12 252 272
Decimal 10 170 186
Hex A AA BA

RGB Percentages of Color #0aaaba

%2.73
%46.45
%50.82

CMYK Percentages of Color #0aaaba

%95
%9
%0
%27

Triadic Colors of #0aaaba

#0aaaba #ba0aaa #aaba0a

Analogous Colors of #0aaaba

#0aaaba #0a52ba #0aba72

Monochromatic Colors of #0aaaba

#0aaaba

Complementary Color

#0aaaba #ba1a0a

#0aaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaaba Color CSS Codes

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

#0aaaba Text Font Color

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

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


#0aaaba Background Color

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

This div background color is #0aaaba


#0aaaba Border Color

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

This div border color is #0aaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaaba


Comments

No comments written yet.

Please login to write comment.