Color Hex Logo

#93cb2e Color Hex

#93CB2E
(147,203,46)
0 Favorites   0 Comments

Color spaces of #93cb2e

RGB 14720346
HSL0.230.630.49
HSV81°77°80°
CMYK 0.280.000.77   0.20
XYZ33.881749.112210.2786
Yxy49.11220.36330.5265
Hunter Lab70.0801-36.340640.3600
CIE-Lab75.5211-39.963466.7293

#93cb2e color RGB value is (147,203,46).

#93cb2e hex color red value is 147, green value is 203 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #93cb2e hue: 0.23 , saturation: 0.63 and the lightness value of 93cb2e is 0.49.

The process color (four color CMYK) of #93cb2e color hex is 0.28, 0.00, 0.77, 0.20. Web safe color of #93cb2e is #99cc33. Color #93cb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001011 00101110
Octal 223 313 56
Decimal 147 203 46
Hex 93 CB 2E

RGB Percentages of Color #93cb2e

%37.12
%51.26
%11.62

CMYK Percentages of Color #93cb2e

%28
%0
%77
%20

Triadic Colors of #93cb2e

#93cb2e #2e93cb #cb2e93

Analogous Colors of #93cb2e

#93cb2e #45cb2e #cbb52e

Monochromatic Colors of #93cb2e

#93cb2e

Complementary Color

#93cb2e #662ecb

#93cb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cb2e Color CSS Codes

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

#93cb2e Text Font Color

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

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


#93cb2e Background Color

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

This div background color is #93cb2e


#93cb2e Border Color

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

This div border color is #93cb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cb2e


Comments

No comments written yet.

Please login to write comment.