Color Hex Logo

#6ae2a4 Color Hex

#6AE2A4
(106,226,164)
0 Favorites   0 Comments

Color spaces of #6ae2a4

RGB 106226164
HSL0.410.670.65
HSV149°53°89°
CMYK 0.530.000.27   0.11
XYZ39.841160.137244.6298
Yxy60.13720.27550.4159
Hunter Lab77.5482-44.003320.1617
CIE-Lab81.9127-47.840020.2494

#6ae2a4 color RGB value is (106,226,164).

#6ae2a4 hex color red value is 106, green value is 226 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #6ae2a4 hue: 0.41 , saturation: 0.67 and the lightness value of 6ae2a4 is 0.65.

The process color (four color CMYK) of #6ae2a4 color hex is 0.53, 0.00, 0.27, 0.11. Web safe color of #6ae2a4 is #66cc99. Color #6ae2a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100010 10100100
Octal 152 342 244
Decimal 106 226 164
Hex 6A E2 A4

RGB Percentages of Color #6ae2a4

%21.37
%45.56
%33.06

CMYK Percentages of Color #6ae2a4

%53
%0
%27
%11

Triadic Colors of #6ae2a4

#6ae2a4 #a46ae2 #e2a46a

Analogous Colors of #6ae2a4

#6ae2a4 #6ae2e0 #6ce26a

Monochromatic Colors of #6ae2a4

#6ae2a4

Complementary Color

#6ae2a4 #e26aa8

#6ae2a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae2a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae2a4 Color CSS Codes

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

#6ae2a4 Text Font Color

<p style="color:#6ae2a4">Text here</p>

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


#6ae2a4 Background Color

<div style="background-color:#6ae2a4">
Div content here</div>

This div background color is #6ae2a4


#6ae2a4 Border Color

<div style="border:3px solid #6ae2a4">
Div here</div>

This div border color is #6ae2a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,226,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ae2a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ae2a4;
  -webkit-box-shadow: 1px 1px 3px 2px #6ae2a4;
  box-shadow:         1px 1px 3px 2px #6ae2a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae2a4


Comments

No comments written yet.

Please login to write comment.