Color Hex Logo

#6edaad Color Hex

#6EDAAD
(110,218,173)
0 Favorites   0 Comments

Color spaces of #6edaad

RGB 110218173
HSL0.430.590.64
HSV155°50°85°
CMYK 0.500.000.21   0.15
XYZ39.044656.474948.3780
Yxy56.47490.27130.3925
Hunter Lab75.1498-38.771214.4367
CIE-Lab79.8833-41.603112.7027

#6edaad color RGB value is (110,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 10101101
Octal 156 332 255
Decimal 110 218 173
Hex 6E DA AD

RGB Percentages of Color #6edaad

%21.96
%43.51
%34.53

CMYK Percentages of Color #6edaad

%50
%0
%21
%15

Triadic Colors of #6edaad

#6edaad #ad6eda #daad6e

Analogous Colors of #6edaad

#6edaad #6ed1da #6eda77

Monochromatic Colors of #6edaad

#6edaad

Complementary Color

#6edaad #da6e9b

#6edaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edaad Color CSS Codes

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

#6edaad Text Font Color

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

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


#6edaad Background Color

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

This div background color is #6edaad


#6edaad Border Color

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

This div border color is #6edaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edaad


Comments

No comments written yet.

Please login to write comment.