Color Hex Logo

#60e052 Color Hex

#60E052
(96,224,82)
0 Favorites   0 Comments

Color spaces of #60e052

RGB 9622482
HSL0.320.700.60
HSV114°63°88°
CMYK 0.570.000.63   0.12
XYZ33.002556.407317.1309
Yxy56.40730.30980.5294
Hunter Lab75.1048-52.997039.0497
CIE-Lab79.8451-61.694857.2800

#60e052 color RGB value is (96,224,82).

#60e052 hex color red value is 96, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #60e052 hue: 0.32 , saturation: 0.70 and the lightness value of 60e052 is 0.60.

The process color (four color CMYK) of #60e052 color hex is 0.57, 0.00, 0.63, 0.12. Web safe color of #60e052 is #66cc66. Color #60e052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100000 01010010
Octal 140 340 122
Decimal 96 224 82
Hex 60 E0 52

RGB Percentages of Color #60e052

%23.88
%55.72
%20.40

CMYK Percentages of Color #60e052

%57
%0
%63
%12

Triadic Colors of #60e052

#60e052 #5260e0 #e05260

Analogous Colors of #60e052

#60e052 #52e08b #a7e052

Monochromatic Colors of #60e052

#60e052

Complementary Color

#60e052 #d252e0

#60e052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e052 Color CSS Codes

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

#60e052 Text Font Color

<p style="color:#60e052">Text here</p>

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


#60e052 Background Color

<div style="background-color:#60e052">
Div content here</div>

This div background color is #60e052


#60e052 Border Color

<div style="border:3px solid #60e052">
Div here</div>

This div border color is #60e052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,224,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60e052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60e052;
  -webkit-box-shadow: 1px 1px 3px 2px #60e052;
  box-shadow:         1px 1px 3px 2px #60e052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,224,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e052


Comments

No comments written yet.

Please login to write comment.