Color Hex Logo

#42e864 Color Hex

#42E864
(66,232,100)
0 Favorites   0 Comments

Color spaces of #42e864

RGB 66232100
HSL0.370.780.58
HSV132°72°91°
CMYK 0.720.000.57   0.09
XYZ33.403659.791621.8370
Yxy59.79160.29040.5198
Hunter Lab77.3250-58.208737.3837
CIE-Lab81.7248-68.379051.4223

#42e864 color RGB value is (66,232,100).

#42e864 hex color red value is 66, green value is 232 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #42e864 hue: 0.37 , saturation: 0.78 and the lightness value of 42e864 is 0.58.

The process color (four color CMYK) of #42e864 color hex is 0.72, 0.00, 0.57, 0.09. Web safe color of #42e864 is #33ff66. Color #42e864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101000 01100100
Octal 102 350 144
Decimal 66 232 100
Hex 42 E8 64

RGB Percentages of Color #42e864

%16.58
%58.29
%25.13

CMYK Percentages of Color #42e864

%72
%0
%57
%9

Triadic Colors of #42e864

#42e864 #6442e8 #e86442

Analogous Colors of #42e864

#42e864 #42e8b7 #73e842

Monochromatic Colors of #42e864

#42e864

Complementary Color

#42e864 #e842c6

#42e864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e864 Color CSS Codes

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

#42e864 Text Font Color

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

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


#42e864 Background Color

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

This div background color is #42e864


#42e864 Border Color

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

This div border color is #42e864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e864


Comments

No comments written yet.

Please login to write comment.