Color Hex Logo

#6edcaf Color Hex

#6EDCAF
(110,220,175)
0 Favorites   0 Comments

Color spaces of #6edcaf

RGB 110220175
HSL0.430.610.65
HSV155°50°86°
CMYK 0.500.000.20   0.14
XYZ39.761557.596549.5790
Yxy57.59650.27060.3920
Hunter Lab75.8924-39.292014.3916
CIE-Lab80.5139-42.060112.5374

#6edcaf color RGB value is (110,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 10101111
Octal 156 334 257
Decimal 110 220 175
Hex 6E DC AF

RGB Percentages of Color #6edcaf

%21.78
%43.56
%34.65

CMYK Percentages of Color #6edcaf

%50
%0
%20
%14

Triadic Colors of #6edcaf

#6edcaf #af6edc #dcaf6e

Analogous Colors of #6edcaf

#6edcaf #6ed2dc #6edc78

Monochromatic Colors of #6edcaf

#6edcaf

Complementary Color

#6edcaf #dc6e9b

#6edcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcaf Color CSS Codes

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

#6edcaf Text Font Color

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

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


#6edcaf Background Color

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

This div background color is #6edcaf


#6edcaf Border Color

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

This div border color is #6edcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcaf


Comments

No comments written yet.

Please login to write comment.