Color Hex Logo

#42d078 Color Hex

#42D078
(66,208,120)
0 Favorites   0 Comments

Color spaces of #42d078

RGB 66208120
HSL0.400.600.54
HSV143°68°82°
CMYK 0.680.000.42   0.18
XYZ28.192847.626125.4761
Yxy47.62610.27830.4702
Hunter Lab69.0117-47.849226.4209
CIE-Lab74.5885-57.013132.9463

#42d078 color RGB value is (66,208,120).

#42d078 hex color red value is 66, green value is 208 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #42d078 hue: 0.40 , saturation: 0.60 and the lightness value of 42d078 is 0.54.

The process color (four color CMYK) of #42d078 color hex is 0.68, 0.00, 0.42, 0.18. Web safe color of #42d078 is #33cc66. Color #42d078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11010000 01111000
Octal 102 320 170
Decimal 66 208 120
Hex 42 D0 78

RGB Percentages of Color #42d078

%16.75
%52.79
%30.46

CMYK Percentages of Color #42d078

%68
%0
%42
%18

Triadic Colors of #42d078

#42d078 #7842d0 #d07842

Analogous Colors of #42d078

#42d078 #42d0bf #53d042

Monochromatic Colors of #42d078

#42d078

Complementary Color

#42d078 #d0429a

#42d078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42d078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42d078 Color CSS Codes

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

#42d078 Text Font Color

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

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


#42d078 Background Color

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

This div background color is #42d078


#42d078 Border Color

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

This div border color is #42d078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42d078

#42d078 Color Palettes


Comments

No comments written yet.

Please login to write comment.