Color Hex Logo

#93d79a Color Hex

#93D79A
(147,215,154)
0 Favorites   0 Comments

Color spaces of #93d79a

RGB 147215154
HSL0.350.460.71
HSV126°32°84°
CMYK 0.320.000.28   0.16
XYZ42.165857.137039.3780
Yxy57.13700.30400.4120
Hunter Lab75.5890-32.708222.0253
CIE-Lab80.2566-33.560623.4663

#93d79a color RGB value is (147,215,154).

#93d79a hex color red value is 147, green value is 215 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #93d79a hue: 0.35 , saturation: 0.46 and the lightness value of 93d79a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11010111 10011010
Octal 223 327 232
Decimal 147 215 154
Hex 93 D7 9A

RGB Percentages of Color #93d79a

%28.49
%41.67
%29.84

CMYK Percentages of Color #93d79a

%32
%0
%28
%16

Triadic Colors of #93d79a

#93d79a #9a93d7 #d79a93

Analogous Colors of #93d79a

#93d79a #93d7bc #aed793

Monochromatic Colors of #93d79a

#93d79a

Complementary Color

#93d79a #d793d0

#93d79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d79a Color CSS Codes

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

#93d79a Text Font Color

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

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


#93d79a Background Color

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

This div background color is #93d79a


#93d79a Border Color

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

This div border color is #93d79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d79a


Comments

No comments written yet.

Please login to write comment.