Color Hex Logo

#3eccbc Color Hex

#3ECCBC
(62,204,188)
0 Favorites   0 Comments

Color spaces of #3eccbc

RGB 62204188
HSL0.480.580.52
HSV173°70°80°
CMYK 0.700.000.08   0.20
XYZ32.656647.840755.0900
Yxy47.84070.24090.3528
Hunter Lab69.1670-36.76491.1937
CIE-Lab74.7243-40.8548-2.9466

#3eccbc color RGB value is (62,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 10111100
Octal 76 314 274
Decimal 62 204 188
Hex 3E CC BC

RGB Percentages of Color #3eccbc

%13.66
%44.93
%41.41

CMYK Percentages of Color #3eccbc

%70
%0
%8
%20

Triadic Colors of #3eccbc

#3eccbc #bc3ecc #ccbc3e

Analogous Colors of #3eccbc

#3eccbc #3e95cc #3ecc75

Monochromatic Colors of #3eccbc

#3eccbc

Complementary Color

#3eccbc #cc3e4e

#3eccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccbc Color CSS Codes

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

#3eccbc Text Font Color

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

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


#3eccbc Background Color

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

This div background color is #3eccbc


#3eccbc Border Color

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

This div border color is #3eccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccbc


Comments

No comments written yet.

Please login to write comment.