Color Hex Logo

#06e4aa Color Hex

#06E4AA
(6,228,170)
0 Favorites   0 Comments

Color spaces of #06e4aa

RGB 6228170
HSL0.460.950.46
HSV164°97°89°
CMYK 0.970.000.25   0.11
XYZ35.074258.427847.4593
Yxy58.42780.24880.4145
Hunter Lab76.4381-51.860516.6944
CIE-Lab80.9761-59.364915.5589

#06e4aa color RGB value is (6,228,170).

#06e4aa hex color red value is 6, green value is 228 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #06e4aa hue: 0.46 , saturation: 0.95 and the lightness value of 06e4aa is 0.46.

The process color (four color CMYK) of #06e4aa color hex is 0.97, 0.00, 0.25, 0.11. Web safe color of #06e4aa is #00cc99. Color #06e4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11100100 10101010
Octal 6 344 252
Decimal 6 228 170
Hex 6 E4 AA

RGB Percentages of Color #06e4aa

%1.49
%56.44
%42.08

CMYK Percentages of Color #06e4aa

%97
%0
%25
%11

Triadic Colors of #06e4aa

#06e4aa #aa06e4 #e4aa06

Analogous Colors of #06e4aa

#06e4aa #06afe4 #06e43b

Monochromatic Colors of #06e4aa

#06e4aa

Complementary Color

#06e4aa #e40640

#06e4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06e4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06e4aa Color CSS Codes

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

#06e4aa Text Font Color

<p style="color:#06e4aa">Text here</p>

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


#06e4aa Background Color

<div style="background-color:#06e4aa">
Div content here</div>

This div background color is #06e4aa


#06e4aa Border Color

<div style="border:3px solid #06e4aa">
Div here</div>

This div border color is #06e4aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,228,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06e4aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06e4aa;
  -webkit-box-shadow: 1px 1px 3px 2px #06e4aa;
  box-shadow:         1px 1px 3px 2px #06e4aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06e4aa


Comments

No comments written yet.

Please login to write comment.