Color Hex Logo

#35fa29 Color Hex

#35FA29
(53,250,41)
0 Favorites   0 Comments

Color spaces of #35fa29

RGB 5325041
HSL0.320.950.57
HSV117°84°98°
CMYK 0.790.000.84   0.02
XYZ36.054069.288213.5715
Yxy69.28820.30320.5827
Hunter Lab83.2395-68.354548.6009
CIE-Lab86.6466-80.497877.0721

#35fa29 color RGB value is (53,250,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111010 00101001
Octal 65 372 51
Decimal 53 250 41
Hex 35 FA 29

RGB Percentages of Color #35fa29

%15.41
%72.67
%11.92

CMYK Percentages of Color #35fa29

%79
%0
%84
%2

Triadic Colors of #35fa29

#35fa29 #2935fa #fa2935

Analogous Colors of #35fa29

#35fa29 #29fa86 #9efa29

Monochromatic Colors of #35fa29

#35fa29

Complementary Color

#35fa29 #ee29fa

#35fa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fa29 Color CSS Codes

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

#35fa29 Text Font Color

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

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


#35fa29 Background Color

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

This div background color is #35fa29


#35fa29 Border Color

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

This div border color is #35fa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fa29

Related Colors


Comments

No comments written yet.

Please login to write comment.