Color Hex Logo

#3eccbf Color Hex

#3ECCBF
(62,204,191)
0 Favorites   0 Comments

Color spaces of #3eccbf

RGB 62204191
HSL0.480.580.52
HSV175°70°80°
CMYK 0.700.000.06   0.20
XYZ32.983447.971556.8112
Yxy47.97150.23940.3482
Hunter Lab69.2615-36.2030-0.1492
CIE-Lab74.8069-40.0466-4.4470

#3eccbf color RGB value is (62,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 10111111
Octal 76 314 277
Decimal 62 204 191
Hex 3E CC BF

RGB Percentages of Color #3eccbf

%13.57
%44.64
%41.79

CMYK Percentages of Color #3eccbf

%70
%0
%6
%20

Triadic Colors of #3eccbf

#3eccbf #bf3ecc #ccbf3e

Analogous Colors of #3eccbf

#3eccbf #3e92cc #3ecc78

Monochromatic Colors of #3eccbf

#3eccbf

Complementary Color

#3eccbf #cc3e4b

#3eccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccbf Color CSS Codes

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

#3eccbf Text Font Color

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

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


#3eccbf Background Color

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

This div background color is #3eccbf


#3eccbf Border Color

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

This div border color is #3eccbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,204,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccbf


Comments

No comments written yet.

Please login to write comment.