Color Hex Logo

#3eccaf Color Hex

#3ECCAF
(62,204,175)
0 Favorites   0 Comments

Color spaces of #3eccaf

RGB 62204175
HSL0.470.580.52
HSV168°70°80°
CMYK 0.700.000.14   0.20
XYZ31.317347.305048.0376
Yxy47.30500.24730.3735
Hunter Lab68.7786-39.08546.7347
CIE-Lab74.3844-44.24413.5806

#3eccaf color RGB value is (62,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 10101111
Octal 76 314 257
Decimal 62 204 175
Hex 3E CC AF

RGB Percentages of Color #3eccaf

%14.06
%46.26
%39.68

CMYK Percentages of Color #3eccaf

%70
%0
%14
%20

Triadic Colors of #3eccaf

#3eccaf #af3ecc #ccaf3e

Analogous Colors of #3eccaf

#3eccaf #3ea2cc #3ecc68

Monochromatic Colors of #3eccaf

#3eccaf

Complementary Color

#3eccaf #cc3e5b

#3eccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccaf Color CSS Codes

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

#3eccaf Text Font Color

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

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


#3eccaf Background Color

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

This div background color is #3eccaf


#3eccaf Border Color

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

This div border color is #3eccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccaf


Comments

No comments written yet.

Please login to write comment.