Color Hex Logo

#93d88f Color Hex

#93D88F
(147,216,143)
0 Favorites   0 Comments

Color spaces of #93d88f

RGB 147216143
HSL0.320.480.70
HSV117°34°85°
CMYK 0.320.000.34   0.15
XYZ41.546457.297934.8565
Yxy57.29790.31070.4286
Hunter Lab75.6954-34.494825.6847
CIE-Lab80.3469-35.826129.2990

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011000 10001111
Octal 223 330 217
Decimal 147 216 143
Hex 93 D8 8F

RGB Percentages of Color #93d88f

%29.05
%42.69
%28.26

CMYK Percentages of Color #93d88f

%32
%0
%34
%15

Triadic Colors of #93d88f

#93d88f #8f93d8 #d88f93

Analogous Colors of #93d88f

#93d88f #8fd8b0 #b8d88f

Monochromatic Colors of #93d88f

#93d88f

Complementary Color

#93d88f #d48fd8

#93d88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d88f Color CSS Codes

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

#93d88f Text Font Color

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

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


#93d88f Background Color

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

This div background color is #93d88f


#93d88f Border Color

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

This div border color is #93d88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d88f


Comments

No comments written yet.

Please login to write comment.