Color Hex Logo

#6edcaa Color Hex

#6EDCAA
(110,220,170)
0 Favorites   0 Comments

Color spaces of #6edcaa

RGB 110220170
HSL0.420.610.65
HSV153°50°86°
CMYK 0.500.000.23   0.14
XYZ39.279357.403747.0400
Yxy57.40370.27330.3994
Hunter Lab75.7652-40.048616.2246
CIE-Lab80.4061-43.113215.0242

#6edcaa color RGB value is (110,220,170).

#6edcaa hex color red value is 110, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6edcaa hue: 0.42 , saturation: 0.61 and the lightness value of 6edcaa is 0.65.

The process color (four color CMYK) of #6edcaa color hex is 0.50, 0.00, 0.23, 0.14. Web safe color of #6edcaa is #66cc99. Color #6edcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 10101010
Octal 156 334 252
Decimal 110 220 170
Hex 6E DC AA

RGB Percentages of Color #6edcaa

%22.00
%44.00
%34.00

CMYK Percentages of Color #6edcaa

%50
%0
%23
%14

Triadic Colors of #6edcaa

#6edcaa #aa6edc #dcaa6e

Analogous Colors of #6edcaa

#6edcaa #6ed7dc #6edc73

Monochromatic Colors of #6edcaa

#6edcaa

Complementary Color

#6edcaa #dc6ea0

#6edcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcaa Color CSS Codes

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

#6edcaa Text Font Color

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

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


#6edcaa Background Color

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

This div background color is #6edcaa


#6edcaa Border Color

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

This div border color is #6edcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,220,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 #6edcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcaa


Comments

No comments written yet.

Please login to write comment.