Color Hex Logo

#42eccc Color Hex

#42ECCC
(66,236,204)
0 Favorites   0 Comments

Color spaces of #42eccc

RGB 66236204
HSL0.470.820.59
HSV169°72°93°
CMYK 0.720.000.14   0.07
XYZ43.141365.508867.4974
Yxy65.50880.24490.3719
Hunter Lab80.9375-46.49667.2117
CIE-Lab84.7452-49.98993.1668

#42eccc color RGB value is (66,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101100 11001100
Octal 102 354 314
Decimal 66 236 204
Hex 42 EC CC

RGB Percentages of Color #42eccc

%13.04
%46.64
%40.32

CMYK Percentages of Color #42eccc

%72
%0
%14
%7

Triadic Colors of #42eccc

#42eccc #cc42ec #eccc42

Analogous Colors of #42eccc

#42eccc #42b7ec #42ec77

Monochromatic Colors of #42eccc

#42eccc

Complementary Color

#42eccc #ec4262

#42eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eccc Color CSS Codes

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

#42eccc Text Font Color

<p style="color:#42eccc">Text here</p>

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


#42eccc Background Color

<div style="background-color:#42eccc">
Div content here</div>

This div background color is #42eccc


#42eccc Border Color

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

This div border color is #42eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eccc


Comments

No comments written yet.

Please login to write comment.