Color Hex Logo

#01aaac Color Hex

#01AAAC
(1,170,172)
0 Favorites   0 Comments

Color spaces of #01aaac

RGB 1170172
HSL0.500.990.34
HSV181°99°67°
CMYK 0.990.010.00   0.33
XYZ21.833631.734544.0043
Yxy31.73450.22380.3252
Hunter Lab56.3334-29.4007-6.8805
CIE-Lab63.1228-34.8276-11.4496

#01aaac color RGB value is (1,170,172).

#01aaac hex color red value is 1, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #01aaac hue: 0.50 , saturation: 0.99 and the lightness value of 01aaac is 0.34.

The process color (four color CMYK) of #01aaac color hex is 0.99, 0.01, 0.00, 0.33. Web safe color of #01aaac is #009999. Color #01aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101010 10101100
Octal 1 252 254
Decimal 1 170 172
Hex 1 AA AC

RGB Percentages of Color #01aaac

%0.29
%49.56
%50.15

CMYK Percentages of Color #01aaac

%99
%1
%0
%33

Triadic Colors of #01aaac

#01aaac #ac01aa #aaac01

Analogous Colors of #01aaac

#01aaac #0155ac #01ac59

Monochromatic Colors of #01aaac

#01aaac

Complementary Color

#01aaac #ac0301

#01aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aaac Color CSS Codes

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

#01aaac Text Font Color

<p style="color:#01aaac">Text here</p>

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


#01aaac Background Color

<div style="background-color:#01aaac">
Div content here</div>

This div background color is #01aaac


#01aaac Border Color

<div style="border:3px solid #01aaac">
Div here</div>

This div border color is #01aaac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,170,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01aaac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01aaac;
  -webkit-box-shadow: 1px 1px 3px 2px #01aaac;
  box-shadow:         1px 1px 3px 2px #01aaac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aaac


Comments

No comments written yet.

Please login to write comment.