Color Hex Logo

#42fc9c Color Hex

#42FC9C
(66,252,156)
0 Favorites   0 Comments

Color spaces of #42fc9c

RGB 66252156
HSL0.410.970.62
HSV149°74°99°
CMYK 0.740.000.38   0.01
XYZ43.057973.179443.3081
Yxy73.17940.26990.4587
Hunter Lab85.5450-59.858129.8652
CIE-Lab88.5332-66.565133.1454

#42fc9c color RGB value is (66,252,156).

#42fc9c hex color red value is 66, green value is 252 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #42fc9c hue: 0.41 , saturation: 0.97 and the lightness value of 42fc9c is 0.62.

The process color (four color CMYK) of #42fc9c color hex is 0.74, 0.00, 0.38, 0.01. Web safe color of #42fc9c is #33ff99. Color #42fc9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111100 10011100
Octal 102 374 234
Decimal 66 252 156
Hex 42 FC 9C

RGB Percentages of Color #42fc9c

%13.92
%53.16
%32.91

CMYK Percentages of Color #42fc9c

%74
%0
%38
%1

Triadic Colors of #42fc9c

#42fc9c #9c42fc #fc9c42

Analogous Colors of #42fc9c

#42fc9c #42fcf9 #45fc42

Monochromatic Colors of #42fc9c

#42fc9c

Complementary Color

#42fc9c #fc42a2

#42fc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fc9c Color CSS Codes

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

#42fc9c Text Font Color

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

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


#42fc9c Background Color

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

This div background color is #42fc9c


#42fc9c Border Color

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

This div border color is #42fc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fc9c


Comments

No comments written yet.

Please login to write comment.