Color Hex Logo

#6edcad Color Hex

#6EDCAD
(110,220,173)
0 Favorites   0 Comments

Color spaces of #6edcad

RGB 110220173
HSL0.430.610.65
HSV154°50°86°
CMYK 0.500.000.21   0.14
XYZ39.566457.518548.5520
Yxy57.51850.27170.3949
Hunter Lab75.8410-39.597815.1323
CIE-Lab80.4703-42.484913.5321

#6edcad color RGB value is (110,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 10101101
Octal 156 334 255
Decimal 110 220 173
Hex 6E DC AD

RGB Percentages of Color #6edcad

%21.87
%43.74
%34.39

CMYK Percentages of Color #6edcad

%50
%0
%21
%14

Triadic Colors of #6edcad

#6edcad #ad6edc #dcad6e

Analogous Colors of #6edcad

#6edcad #6ed4dc #6edc76

Monochromatic Colors of #6edcad

#6edcad

Complementary Color

#6edcad #dc6e9d

#6edcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcad Color CSS Codes

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

#6edcad Text Font Color

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

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


#6edcad Background Color

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

This div background color is #6edcad


#6edcad Border Color

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

This div border color is #6edcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcad


Comments

No comments written yet.

Please login to write comment.