color codes Logo

#42b97c color codes

#42B97C
(66,185,124)
3 Favorites   0 Comments

Color spaces of #42b97c

RGB 66185124
HSL0.410.470.49
HSV149°64°73°
CMYK 0.640.000.33   0.27
XYZ23.233837.311425.0461
Yxy37.31140.27150.4359
Hunter Lab61.0831-39.000418.4473
CIE-Lab67.5100-47.326921.4393

#42b97c color RGB value is (66,185,124).

#42b97c hex color red value is 66, green value is 185 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #42b97c hue: 0.41 , saturation: 0.47 and the lightness value of 42b97c is 0.49.

The process color (four color CMYK) of #42b97c color code is 0.64, 0.00, 0.33, 0.27. Web safe color of #42b97c is #33cc66. Color #42b97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111001 01111100
Octal 102 271 174
Decimal 66 185 124
Hex 42 B9 7C

RGB Percentages of Color #42b97c

%17.60
%49.33
%33.07

CMYK Percentages of Color #42b97c

%64
%0
%33
%27

Triadic Colors of #42b97c

#42b97c #7c42b9 #b97c42

Analogous Colors of #42b97c

#42b97c #42b9b8 #44b942

Monochromatic Colors of #42b97c

#42b97c

Complementary Color

#42b97c #b9427f

#42b97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42b97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42b97c Color CSS Codes

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

#42b97c Text Font Color

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

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


#42b97c Background Color

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

This div background color is #42b97c


#42b97c Border Color

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

This div border color is #42b97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42b97c


Comments

No comments written yet.

Please login to write comment.