Color Hex Logo

#35fa39 Color Hex

#35FA39
(53,250,57)
0 Favorites   0 Comments

Color spaces of #35fa39

RGB 5325057
HSL0.340.950.59
HSV121°79°98°
CMYK 0.790.000.77   0.02
XYZ36.392369.423515.3529
Yxy69.42350.30030.5729
Hunter Lab83.3208-67.847347.3996
CIE-Lab86.7133-79.657172.9945

#35fa39 color RGB value is (53,250,57).

#35fa39 hex color red value is 53, green value is 250 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #35fa39 hue: 0.34 , saturation: 0.95 and the lightness value of 35fa39 is 0.59.

The process color (four color CMYK) of #35fa39 color hex is 0.79, 0.00, 0.77, 0.02. Web safe color of #35fa39 is #33ff33. Color #35fa39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111010 00111001
Octal 65 372 71
Decimal 53 250 57
Hex 35 FA 39

RGB Percentages of Color #35fa39

%14.72
%69.44
%15.83

CMYK Percentages of Color #35fa39

%79
%0
%77
%2

Triadic Colors of #35fa39

#35fa39 #3935fa #fa3935

Analogous Colors of #35fa39

#35fa39 #35fa9c #94fa35

Monochromatic Colors of #35fa39

#35fa39

Complementary Color

#35fa39 #fa35f6

#35fa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fa39 Color CSS Codes

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

#35fa39 Text Font Color

<p style="color:#35fa39">Text here</p>

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


#35fa39 Background Color

<div style="background-color:#35fa39">
Div content here</div>

This div background color is #35fa39


#35fa39 Border Color

<div style="border:3px solid #35fa39">
Div here</div>

This div border color is #35fa39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,250,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35fa39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35fa39;
  -webkit-box-shadow: 1px 1px 3px 2px #35fa39;
  box-shadow:         1px 1px 3px 2px #35fa39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fa39


Comments

No comments written yet.

Please login to write comment.