Color Hex Logo

#02aead Color Hex

#02AEAD
(2,174,173)
0 Favorites   0 Comments

Color spaces of #02aead

RGB 2174173
HSL0.500.980.35
HSV180°99°68°
CMYK 0.990.000.01   0.32
XYZ22.703933.302144.7665
Yxy33.30210.22530.3305
Hunter Lab57.7080-30.7622-5.5982
CIE-Lab64.4048-36.3374-10.0882

#02aead color RGB value is (2,174,173).

#02aead hex color red value is 2, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #02aead hue: 0.50 , saturation: 0.98 and the lightness value of 02aead is 0.35.

The process color (four color CMYK) of #02aead color hex is 0.99, 0.00, 0.01, 0.32. Web safe color of #02aead is #009999. Color #02aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101110 10101101
Octal 2 256 255
Decimal 2 174 173
Hex 2 AE AD

RGB Percentages of Color #02aead

%0.57
%49.86
%49.57

CMYK Percentages of Color #02aead

%99
%0
%1
%32

Triadic Colors of #02aead

#02aead #ad02ae #aead02

Analogous Colors of #02aead

#02aead #0259ae #02ae57

Monochromatic Colors of #02aead

#02aead

Complementary Color

#02aead #ae0203

#02aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#02aead Color CSS Codes

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

#02aead Text Font Color

<p style="color:#02aead">Text here</p>

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


#02aead Background Color

<div style="background-color:#02aead">
Div content here</div>

This div background color is #02aead


#02aead Border Color

<div style="border:3px solid #02aead">
Div here</div>

This div border color is #02aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02aead


Comments

No comments written yet.

Please login to write comment.