Color Hex Logo

#93fc0f Color Hex

#93FC0F
(147,252,15)
0 Favorites   0 Comments

Color spaces of #93fc0f

RGB 14725215
HSL0.240.980.52
HSV87°94°99°
CMYK 0.420.000.94   0.01
XYZ46.929275.858312.6206
Yxy75.85830.34660.5602
Hunter Lab87.0967-56.240352.3763
CIE-Lab89.7935-60.817484.8879

#93fc0f color RGB value is (147,252,15).

#93fc0f hex color red value is 147, green value is 252 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #93fc0f hue: 0.24 , saturation: 0.98 and the lightness value of 93fc0f is 0.52.

The process color (four color CMYK) of #93fc0f color hex is 0.42, 0.00, 0.94, 0.01. Web safe color of #93fc0f is #99ff00. Color #93fc0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111100 00001111
Octal 223 374 17
Decimal 147 252 15
Hex 93 FC F

RGB Percentages of Color #93fc0f

%35.51
%60.87
%3.62

CMYK Percentages of Color #93fc0f

%42
%0
%94
%1

Triadic Colors of #93fc0f

#93fc0f #0f93fc #fc0f93

Analogous Colors of #93fc0f

#93fc0f #1cfc0f #fcef0f

Monochromatic Colors of #93fc0f

#93fc0f

Complementary Color

#93fc0f #780ffc

#93fc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fc0f Color CSS Codes

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

#93fc0f Text Font Color

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

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


#93fc0f Background Color

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

This div background color is #93fc0f


#93fc0f Border Color

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

This div border color is #93fc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fc0f


Comments

No comments written yet.

Please login to write comment.