Color Hex Logo

#3eccbe Color Hex

#3ECCBE
(62,204,190)
0 Favorites   0 Comments

Color spaces of #3eccbe

RGB 62204190
HSL0.480.580.52
HSV174°70°80°
CMYK 0.700.000.07   0.20
XYZ32.873747.927656.2335
Yxy47.92760.23990.3497
Hunter Lab69.2298-36.39150.3011
CIE-Lab74.7792-40.3171-3.9471

#3eccbe color RGB value is (62,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 10111110
Octal 76 314 276
Decimal 62 204 190
Hex 3E CC BE

RGB Percentages of Color #3eccbe

%13.60
%44.74
%41.67

CMYK Percentages of Color #3eccbe

%70
%0
%7
%20

Triadic Colors of #3eccbe

#3eccbe #be3ecc #ccbe3e

Analogous Colors of #3eccbe

#3eccbe #3e93cc #3ecc77

Monochromatic Colors of #3eccbe

#3eccbe

Complementary Color

#3eccbe #cc3e4c

#3eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccbe Color CSS Codes

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

#3eccbe Text Font Color

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

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


#3eccbe Background Color

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

This div background color is #3eccbe


#3eccbe Border Color

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

This div border color is #3eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccbe


Comments

No comments written yet.

Please login to write comment.