Color Hex Logo

#3eeccc Color Hex

#3EECCC
(62,236,204)
0 Favorites   0 Comments

Color spaces of #3eeccc

RGB 62236204
HSL0.470.820.58
HSV169°74°93°
CMYK 0.740.000.14   0.07
XYZ42.881165.374767.4852
Yxy65.37470.24400.3720
Hunter Lab80.8546-46.82847.1119
CIE-Lab84.6764-50.46753.0585

#3eeccc color RGB value is (62,236,204).

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

The process color (four color CMYK) of #3eeccc color hex is 0.74, 0.00, 0.14, 0.07. Web safe color of #3eeccc is #33ffcc. Color #3eeccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101100 11001100
Octal 76 354 314
Decimal 62 236 204
Hex 3E EC CC

RGB Percentages of Color #3eeccc

%12.35
%47.01
%40.64

CMYK Percentages of Color #3eeccc

%74
%0
%14
%7

Triadic Colors of #3eeccc

#3eeccc #cc3eec #eccc3e

Analogous Colors of #3eeccc

#3eeccc #3eb5ec #3eec75

Monochromatic Colors of #3eeccc

#3eeccc

Complementary Color

#3eeccc #ec3e5e

#3eeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eeccc Color CSS Codes

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

#3eeccc Text Font Color

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

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


#3eeccc Background Color

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

This div background color is #3eeccc


#3eeccc Border Color

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

This div border color is #3eeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eeccc


Comments

No comments written yet.

Please login to write comment.