Color Hex Logo

#93f83f Color Hex

#93F83F
(147,248,63)
0 Favorites   0 Comments

Color spaces of #93f83f

RGB 14724863
HSL0.260.930.61
HSV93°75°97°
CMYK 0.410.000.75   0.03
XYZ46.497273.696716.4769
Yxy73.69670.34020.5392
Hunter Lab85.8468-53.550948.7130
CIE-Lab88.7789-57.660774.0751

#93f83f color RGB value is (147,248,63).

#93f83f hex color red value is 147, green value is 248 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #93f83f hue: 0.26 , saturation: 0.93 and the lightness value of 93f83f is 0.61.

The process color (four color CMYK) of #93f83f color hex is 0.41, 0.00, 0.75, 0.03. Web safe color of #93f83f is #99ff33. Color #93f83f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111000 00111111
Octal 223 370 77
Decimal 147 248 63
Hex 93 F8 3F

RGB Percentages of Color #93f83f

%32.10
%54.15
%13.76

CMYK Percentages of Color #93f83f

%41
%0
%75
%3

Triadic Colors of #93f83f

#93f83f #3f93f8 #f83f93

Analogous Colors of #93f83f

#93f83f #3ff847 #f0f83f

Monochromatic Colors of #93f83f

#93f83f

Complementary Color

#93f83f #a43ff8

#93f83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93f83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93f83f Color CSS Codes

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

#93f83f Text Font Color

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

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


#93f83f Background Color

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

This div background color is #93f83f


#93f83f Border Color

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

This div border color is #93f83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93f83f

Related Colors


Comments

No comments written yet.

Please login to write comment.