Color Hex Logo

#99fa13 Color Hex

#99FA13
(153,250,19)
0 Favorites   0 Comments

Color spaces of #99fa13

RGB 15325019
HSL0.240.960.53
HSV85°92°98°
CMYK 0.390.000.92   0.02
XYZ47.440075.190512.6290
Yxy75.19050.35070.5559
Hunter Lab86.7125-54.090252.0636
CIE-Lab89.4822-58.046784.3295

#99fa13 color RGB value is (153,250,19).

#99fa13 hex color red value is 153, green value is 250 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #99fa13 hue: 0.24 , saturation: 0.96 and the lightness value of 99fa13 is 0.53.

The process color (four color CMYK) of #99fa13 color hex is 0.39, 0.00, 0.92, 0.02. Web safe color of #99fa13 is #99ff00. Color #99fa13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 00010011
Octal 231 372 23
Decimal 153 250 19
Hex 99 FA 13

RGB Percentages of Color #99fa13

%36.26
%59.24
%4.50

CMYK Percentages of Color #99fa13

%39
%0
%92
%2

Triadic Colors of #99fa13

#99fa13 #1399fa #fa1399

Analogous Colors of #99fa13

#99fa13 #26fa13 #fae813

Monochromatic Colors of #99fa13

#99fa13

Complementary Color

#99fa13 #7413fa

#99fa13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fa13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fa13 Color CSS Codes

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

#99fa13 Text Font Color

<p style="color:#99fa13">Text here</p>

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


#99fa13 Background Color

<div style="background-color:#99fa13">
Div content here</div>

This div background color is #99fa13


#99fa13 Border Color

<div style="border:3px solid #99fa13">
Div here</div>

This div border color is #99fa13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,250,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99fa13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99fa13;
  -webkit-box-shadow: 1px 1px 3px 2px #99fa13;
  box-shadow:         1px 1px 3px 2px #99fa13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,250,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fa13


Comments

No comments written yet.

Please login to write comment.