Color Hex Logo

#6eccaf Color Hex

#6ECCAF
(110,204,175)
0 Favorites   0 Comments

Color spaces of #6eccaf

RGB 110204175
HSL0.450.480.62
HSV161°46°80°
CMYK 0.460.000.14   0.20
XYZ35.761149.595948.2456
Yxy49.59590.26770.3712
Hunter Lab70.4244-32.60138.6793
CIE-Lab75.8206-34.81685.8373

#6eccaf color RGB value is (110,204,175).

#6eccaf hex color red value is 110, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6eccaf hue: 0.45 , saturation: 0.48 and the lightness value of 6eccaf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001100 10101111
Octal 156 314 257
Decimal 110 204 175
Hex 6E CC AF

RGB Percentages of Color #6eccaf

%22.49
%41.72
%35.79

CMYK Percentages of Color #6eccaf

%46
%0
%14
%20

Triadic Colors of #6eccaf

#6eccaf #af6ecc #ccaf6e

Analogous Colors of #6eccaf

#6eccaf #6ebacc #6ecc80

Monochromatic Colors of #6eccaf

#6eccaf

Complementary Color

#6eccaf #cc6e8b

#6eccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eccaf Color CSS Codes

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

#6eccaf Text Font Color

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

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


#6eccaf Background Color

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

This div background color is #6eccaf


#6eccaf Border Color

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

This div border color is #6eccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eccaf


Comments

No comments written yet.

Please login to write comment.