Color Hex Logo

#6aefa9 Color Hex

#6AEFA9
(106,239,169)
0 Favorites   0 Comments

Color spaces of #6aefa9

RGB 106239169
HSL0.410.810.68
HSV148°56°94°
CMYK 0.560.000.29   0.06
XYZ43.971867.661748.2786
Yxy67.66170.27500.4231
Hunter Lab82.2567-48.528922.7809
CIE-Lab85.8370-52.245723.0723

#6aefa9 color RGB value is (106,239,169).

#6aefa9 hex color red value is 106, green value is 239 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #6aefa9 hue: 0.41 , saturation: 0.81 and the lightness value of 6aefa9 is 0.68.

The process color (four color CMYK) of #6aefa9 color hex is 0.56, 0.00, 0.29, 0.06. Web safe color of #6aefa9 is #66ff99. Color #6aefa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 10101001
Octal 152 357 251
Decimal 106 239 169
Hex 6A EF A9

RGB Percentages of Color #6aefa9

%20.62
%46.50
%32.88

CMYK Percentages of Color #6aefa9

%56
%0
%29
%6

Triadic Colors of #6aefa9

#6aefa9 #a96aef #efa96a

Analogous Colors of #6aefa9

#6aefa9 #6aefec #6eef6a

Monochromatic Colors of #6aefa9

#6aefa9

Complementary Color

#6aefa9 #ef6ab0

#6aefa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefa9 Color CSS Codes

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

#6aefa9 Text Font Color

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

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


#6aefa9 Background Color

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

This div background color is #6aefa9


#6aefa9 Border Color

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

This div border color is #6aefa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefa9


Comments

No comments written yet.

Please login to write comment.