Color Hex Logo

#42ecca Color Hex

#42ECCA
(66,236,202)
0 Favorites   0 Comments

Color spaces of #42ecca

RGB 66236202
HSL0.470.820.59
HSV168°72°93°
CMYK 0.720.000.14   0.07
XYZ42.902965.413466.2420
Yxy65.41340.24580.3747
Hunter Lab80.8786-46.85028.0547
CIE-Lab84.6963-50.48814.1463

#42ecca color RGB value is (66,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101100 11001010
Octal 102 354 312
Decimal 66 236 202
Hex 42 EC CA

RGB Percentages of Color #42ecca

%13.10
%46.83
%40.08

CMYK Percentages of Color #42ecca

%72
%0
%14
%7

Triadic Colors of #42ecca

#42ecca #ca42ec #ecca42

Analogous Colors of #42ecca

#42ecca #42b9ec #42ec75

Monochromatic Colors of #42ecca

#42ecca

Complementary Color

#42ecca #ec4264

#42ecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ecca Color CSS Codes

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

#42ecca Text Font Color

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

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


#42ecca Background Color

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

This div background color is #42ecca


#42ecca Border Color

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

This div border color is #42ecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ecca


Comments

No comments written yet.

Please login to write comment.