Color Hex Logo

#0aaa88 Color Hex

#0AAA88
(10,170,136)
0 Favorites   0 Comments

Color spaces of #0aaa88

RGB 10170136
HSL0.460.890.35
HSV167°94°67°
CMYK 0.940.000.20   0.33
XYZ18.943830.591628.1989
Yxy30.59160.24370.3935
Hunter Lab55.3097-35.65498.4886
CIE-Lab62.1614-44.83737.2774

#0aaa88 color RGB value is (10,170,136).

#0aaa88 hex color red value is 10, green value is 170 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #0aaa88 hue: 0.46 , saturation: 0.89 and the lightness value of 0aaa88 is 0.35.

The process color (four color CMYK) of #0aaa88 color hex is 0.94, 0.00, 0.20, 0.33. Web safe color of #0aaa88 is #009999. Color #0aaa88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 10001000
Octal 12 252 210
Decimal 10 170 136
Hex A AA 88

RGB Percentages of Color #0aaa88

%3.16
%53.80
%43.04

CMYK Percentages of Color #0aaa88

%94
%0
%20
%33

Triadic Colors of #0aaa88

#0aaa88 #880aaa #aa880a

Analogous Colors of #0aaa88

#0aaa88 #0a7caa #0aaa38

Monochromatic Colors of #0aaa88

#0aaa88

Complementary Color

#0aaa88 #aa0a2c

#0aaa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaa88 Color CSS Codes

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

#0aaa88 Text Font Color

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

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


#0aaa88 Background Color

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

This div background color is #0aaa88


#0aaa88 Border Color

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

This div border color is #0aaa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaa88


Comments

No comments written yet.

Please login to write comment.