Color Hex Logo

#6edaac Color Hex

#6EDAAC
(110,218,172)
0 Favorites   0 Comments

Color spaces of #6edaac

RGB 110218172
HSL0.430.590.64
HSV154°50°85°
CMYK 0.500.000.21   0.15
XYZ38.948256.436447.8702
Yxy56.43640.27190.3940
Hunter Lab75.1242-38.923814.8065
CIE-Lab79.8615-41.815313.2010

#6edaac color RGB value is (110,218,172).

#6edaac hex color red value is 110, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6edaac hue: 0.43 , saturation: 0.59 and the lightness value of 6edaac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 10101100
Octal 156 332 254
Decimal 110 218 172
Hex 6E DA AC

RGB Percentages of Color #6edaac

%22.00
%43.60
%34.40

CMYK Percentages of Color #6edaac

%50
%0
%21
%15

Triadic Colors of #6edaac

#6edaac #ac6eda #daac6e

Analogous Colors of #6edaac

#6edaac #6ed2da #6eda76

Monochromatic Colors of #6edaac

#6edaac

Complementary Color

#6edaac #da6e9c

#6edaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edaac Color CSS Codes

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

#6edaac Text Font Color

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

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


#6edaac Background Color

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

This div background color is #6edaac


#6edaac Border Color

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

This div border color is #6edaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edaac


Comments

No comments written yet.

Please login to write comment.