Color Hex Logo

#2eccaf Color Hex

#2ECCAF
(46,204,175)
0 Favorites   0 Comments

Color spaces of #2eccaf

RGB 46204175
HSL0.470.630.49
HSV169°77°80°
CMYK 0.770.000.14   0.20
XYZ30.457446.861747.9974
Yxy46.86170.24300.3739
Hunter Lab68.4556-40.37876.3480
CIE-Lab74.1012-46.21343.1348

#2eccaf color RGB value is (46,204,175).

#2eccaf hex color red value is 46, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2eccaf hue: 0.47 , saturation: 0.63 and the lightness value of 2eccaf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001100 10101111
Octal 56 314 257
Decimal 46 204 175
Hex 2E CC AF

RGB Percentages of Color #2eccaf

%10.82
%48.00
%41.18

CMYK Percentages of Color #2eccaf

%77
%0
%14
%20

Triadic Colors of #2eccaf

#2eccaf #af2ecc #ccaf2e

Analogous Colors of #2eccaf

#2eccaf #2e9acc #2ecc60

Monochromatic Colors of #2eccaf

#2eccaf

Complementary Color

#2eccaf #cc2e4b

#2eccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eccaf Color CSS Codes

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

#2eccaf Text Font Color

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

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


#2eccaf Background Color

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

This div background color is #2eccaf


#2eccaf Border Color

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

This div border color is #2eccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eccaf


Comments

No comments written yet.

Please login to write comment.