Color Hex Logo

#93d85d Color Hex

#93D85D
(147,216,93)
0 Favorites   0 Comments

Color spaces of #93d85d

RGB 14721693
HSL0.260.610.61
HSV94°57°85°
CMYK 0.320.000.57   0.15
XYZ38.564356.105119.1527
Yxy56.10510.33880.4929
Hunter Lab74.9033-39.179437.2719
CIE-Lab79.6736-42.229452.8938

#93d85d color RGB value is (147,216,93).

#93d85d hex color red value is 147, green value is 216 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #93d85d hue: 0.26 , saturation: 0.61 and the lightness value of 93d85d is 0.61.

The process color (four color CMYK) of #93d85d color hex is 0.32, 0.00, 0.57, 0.15. Web safe color of #93d85d is #99cc66. Color #93d85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011000 01011101
Octal 223 330 135
Decimal 147 216 93
Hex 93 D8 5D

RGB Percentages of Color #93d85d

%32.24
%47.37
%20.39

CMYK Percentages of Color #93d85d

%32
%0
%57
%15

Triadic Colors of #93d85d

#93d85d #5d93d8 #d85d93

Analogous Colors of #93d85d

#93d85d #5dd865 #d1d85d

Monochromatic Colors of #93d85d

#93d85d

Complementary Color

#93d85d #a25dd8

#93d85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d85d Color CSS Codes

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

#93d85d Text Font Color

<p style="color:#93d85d">Text here</p>

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


#93d85d Background Color

<div style="background-color:#93d85d">
Div content here</div>

This div background color is #93d85d


#93d85d Border Color

<div style="border:3px solid #93d85d">
Div here</div>

This div border color is #93d85d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,216,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93d85d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93d85d;
  -webkit-box-shadow: 1px 1px 3px 2px #93d85d;
  box-shadow:         1px 1px 3px 2px #93d85d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,216,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d85d

#93d85d Color Palettes


Comments

No comments written yet.

Please login to write comment.