Color Hex Logo

#01aaaf Color Hex

#01AAAF
(1,170,175)
0 Favorites   0 Comments

Color spaces of #01aaaf

RGB 1170175
HSL0.500.990.35
HSV182°99°69°
CMYK 0.990.030.00   0.31
XYZ22.125131.851045.5392
Yxy31.85100.22230.3201
Hunter Lab56.4367-28.7861-8.3359
CIE-Lab63.2195-33.8877-12.9825

#01aaaf color RGB value is (1,170,175).

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

The process color (four color CMYK) of #01aaaf color hex is 0.99, 0.03, 0.00, 0.31. Web safe color of #01aaaf is #009999. Color #01aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101010 10101111
Octal 1 252 257
Decimal 1 170 175
Hex 1 AA AF

RGB Percentages of Color #01aaaf

%0.29
%49.13
%50.58

CMYK Percentages of Color #01aaaf

%99
%3
%0
%31

Triadic Colors of #01aaaf

#01aaaf #af01aa #aaaf01

Analogous Colors of #01aaaf

#01aaaf #0153af #01af5d

Monochromatic Colors of #01aaaf

#01aaaf

Complementary Color

#01aaaf #af0601

#01aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aaaf Color CSS Codes

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

#01aaaf Text Font Color

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

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


#01aaaf Background Color

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

This div background color is #01aaaf


#01aaaf Border Color

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

This div border color is #01aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aaaf


Comments

No comments written yet.

Please login to write comment.