Color Hex Logo

#93d095 Color Hex

#93D095
(147,208,149)
0 Favorites   0 Comments

Color spaces of #93d095

RGB 147208149
HSL0.340.390.70
HSV122°29°82°
CMYK 0.290.000.28   0.18
XYZ40.013353.484736.6484
Yxy53.48470.30740.4110
Hunter Lab73.1332-30.320721.4820
CIE-Lab78.1603-31.127523.2236

#93d095 color RGB value is (147,208,149).

#93d095 hex color red value is 147, green value is 208 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #93d095 hue: 0.34 , saturation: 0.39 and the lightness value of 93d095 is 0.70.

The process color (four color CMYK) of #93d095 color hex is 0.29, 0.00, 0.28, 0.18. Web safe color of #93d095 is #99cc99. Color #93d095 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11010000 10010101
Octal 223 320 225
Decimal 147 208 149
Hex 93 D0 95

RGB Percentages of Color #93d095

%29.17
%41.27
%29.56

CMYK Percentages of Color #93d095

%29
%0
%28
%18

Triadic Colors of #93d095

#93d095 #9593d0 #d09593

Analogous Colors of #93d095

#93d095 #93d0b4 #b0d093

Monochromatic Colors of #93d095

#93d095

Complementary Color

#93d095 #d093ce

#93d095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d095 Color CSS Codes

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

#93d095 Text Font Color

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

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


#93d095 Background Color

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

This div background color is #93d095


#93d095 Border Color

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

This div border color is #93d095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d095


Comments

No comments written yet.

Please login to write comment.