Color Hex Logo

#93ca6f Color Hex

#93CA6F
(147,202,111)
0 Favorites   0 Comments

Color spaces of #93ca6f

RGB 147202111
HSL0.270.460.61
HSV96°45°79°
CMYK 0.270.000.45   0.21
XYZ36.022449.591822.7125
Yxy49.59180.33250.4578
Hunter Lab70.4214-31.930130.1727
CIE-Lab75.8180-33.928939.6941

#93ca6f color RGB value is (147,202,111).

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

The process color (four color CMYK) of #93ca6f color hex is 0.27, 0.00, 0.45, 0.21. Web safe color of #93ca6f is #99cc66. Color #93ca6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 01101111
Octal 223 312 157
Decimal 147 202 111
Hex 93 CA 6F

RGB Percentages of Color #93ca6f

%31.96
%43.91
%24.13

CMYK Percentages of Color #93ca6f

%27
%0
%45
%21

Triadic Colors of #93ca6f

#93ca6f #6f93ca #ca6f93

Analogous Colors of #93ca6f

#93ca6f #6fca79 #c1ca6f

Monochromatic Colors of #93ca6f

#93ca6f

Complementary Color

#93ca6f #a66fca

#93ca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ca6f Color CSS Codes

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

#93ca6f Text Font Color

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

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


#93ca6f Background Color

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

This div background color is #93ca6f


#93ca6f Border Color

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

This div border color is #93ca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ca6f


Comments

No comments written yet.

Please login to write comment.