Color Hex Logo

#42ecc0 Color Hex

#42ECC0
(66,236,192)
0 Favorites   0 Comments

Color spaces of #42ecc0

RGB 66236192
HSL0.460.820.59
HSV164°72°93°
CMYK 0.720.000.19   0.07
XYZ41.756664.954960.2059
Yxy64.95490.25020.3891
Hunter Lab80.5946-48.558512.1253
CIE-Lab84.4605-52.91849.0519

#42ecc0 color RGB value is (66,236,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101100 11000000
Octal 102 354 300
Decimal 66 236 192
Hex 42 EC C0

RGB Percentages of Color #42ecc0

%13.36
%47.77
%38.87

CMYK Percentages of Color #42ecc0

%72
%0
%19
%7

Triadic Colors of #42ecc0

#42ecc0 #c042ec #ecc042

Analogous Colors of #42ecc0

#42ecc0 #42c3ec #42ec6b

Monochromatic Colors of #42ecc0

#42ecc0

Complementary Color

#42ecc0 #ec426e

#42ecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ecc0 Color CSS Codes

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

#42ecc0 Text Font Color

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

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


#42ecc0 Background Color

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

This div background color is #42ecc0


#42ecc0 Border Color

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

This div border color is #42ecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ecc0


Comments

No comments written yet.

Please login to write comment.