Color Hex Logo

#60e46b Color Hex

#60E46B
(96,228,107)
0 Favorites   0 Comments

Color spaces of #60e46b

RGB 96228107
HSL0.350.710.64
HSV125°58°89°
CMYK 0.580.000.53   0.11
XYZ35.221159.035123.4485
Yxy59.03510.29920.5016
Hunter Lab76.8343-52.635035.6897
CIE-Lab81.3109-60.308147.8969

#60e46b color RGB value is (96,228,107).

#60e46b hex color red value is 96, green value is 228 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #60e46b hue: 0.35 , saturation: 0.71 and the lightness value of 60e46b is 0.64.

The process color (four color CMYK) of #60e46b color hex is 0.58, 0.00, 0.53, 0.11. Web safe color of #60e46b is #66cc66. Color #60e46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100100 01101011
Octal 140 344 153
Decimal 96 228 107
Hex 60 E4 6B

RGB Percentages of Color #60e46b

%22.27
%52.90
%24.83

CMYK Percentages of Color #60e46b

%58
%0
%53
%11

Triadic Colors of #60e46b

#60e46b #6b60e4 #e46b60

Analogous Colors of #60e46b

#60e46b #60e4ad #97e460

Monochromatic Colors of #60e46b

#60e46b

Complementary Color

#60e46b #e460d9

#60e46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e46b Color CSS Codes

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

#60e46b Text Font Color

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

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


#60e46b Background Color

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

This div background color is #60e46b


#60e46b Border Color

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

This div border color is #60e46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e46b


Comments

No comments written yet.

Please login to write comment.