Color Hex Logo

#01aaae Color Hex

#01AAAE
(1,170,174)
0 Favorites   0 Comments

Color spaces of #01aaae

RGB 1170174
HSL0.500.990.34
HSV181°99°68°
CMYK 0.990.020.00   0.32
XYZ22.027231.811945.0238
Yxy31.81190.22280.3218
Hunter Lab56.4020-28.9923-7.8477
CIE-Lab63.1871-34.2022-12.4720

#01aaae color RGB value is (1,170,174).

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

The process color (four color CMYK) of #01aaae color hex is 0.99, 0.02, 0.00, 0.32. Web safe color of #01aaae is #009999. Color #01aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101010 10101110
Octal 1 252 256
Decimal 1 170 174
Hex 1 AA AE

RGB Percentages of Color #01aaae

%0.29
%49.28
%50.43

CMYK Percentages of Color #01aaae

%99
%2
%0
%32

Triadic Colors of #01aaae

#01aaae #ae01aa #aaae01

Analogous Colors of #01aaae

#01aaae #0154ae #01ae5b

Monochromatic Colors of #01aaae

#01aaae

Complementary Color

#01aaae #ae0501

#01aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aaae Color CSS Codes

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

#01aaae Text Font Color

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

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


#01aaae Background Color

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

This div background color is #01aaae


#01aaae Border Color

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

This div border color is #01aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aaae


Comments

No comments written yet.

Please login to write comment.