Color Hex Logo

#13fd35 Color Hex

#13FD35
(19,253,53)
0 Favorites   0 Comments

Color spaces of #13fd35

RGB 1925353
HSL0.360.980.53
HSV129°92°99°
CMYK 0.920.000.79   0.01
XYZ36.036470.646015.1049
Yxy70.64600.29590.5801
Hunter Lab84.0512-70.558848.1808
CIE-Lab87.3127-83.428274.5915

#13fd35 color RGB value is (19,253,53).

#13fd35 hex color red value is 19, green value is 253 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #13fd35 hue: 0.36 , saturation: 0.98 and the lightness value of 13fd35 is 0.53.

The process color (four color CMYK) of #13fd35 color hex is 0.92, 0.00, 0.79, 0.01. Web safe color of #13fd35 is #00ff33. Color #13fd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 00110101
Octal 23 375 65
Decimal 19 253 53
Hex 13 FD 35

RGB Percentages of Color #13fd35

%5.85
%77.85
%16.31

CMYK Percentages of Color #13fd35

%92
%0
%79
%1

Triadic Colors of #13fd35

#13fd35 #3513fd #fd3513

Analogous Colors of #13fd35

#13fd35 #13fdaa #66fd13

Monochromatic Colors of #13fd35

#13fd35

Complementary Color

#13fd35 #fd13db

#13fd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fd35 Color CSS Codes

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

#13fd35 Text Font Color

<p style="color:#13fd35">Text here</p>

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


#13fd35 Background Color

<div style="background-color:#13fd35">
Div content here</div>

This div background color is #13fd35


#13fd35 Border Color

<div style="border:3px solid #13fd35">
Div here</div>

This div border color is #13fd35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,253,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13fd35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13fd35;
  -webkit-box-shadow: 1px 1px 3px 2px #13fd35;
  box-shadow:         1px 1px 3px 2px #13fd35; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fd35

Related Colors


Comments

No comments written yet.

Please login to write comment.