Color Hex Logo

#35c25f Color Hex

#35C25F
(53,194,95)
0 Favorites   0 Comments

Color spaces of #35c25f

RGB 5319495
HSL0.380.570.48
HSV138°73°76°
CMYK 0.730.000.51   0.24
XYZ22.825540.166717.3764
Yxy40.16670.28400.4998
Hunter Lab63.3772-46.622828.1082
CIE-Lab69.5881-58.126439.0823

#35c25f color RGB value is (53,194,95).

#35c25f hex color red value is 53, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #35c25f hue: 0.38 , saturation: 0.57 and the lightness value of 35c25f is 0.48.

The process color (four color CMYK) of #35c25f color hex is 0.73, 0.00, 0.51, 0.24. Web safe color of #35c25f is #33cc66. Color #35c25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11000010 01011111
Octal 65 302 137
Decimal 53 194 95
Hex 35 C2 5F

RGB Percentages of Color #35c25f

%15.50
%56.73
%27.78

CMYK Percentages of Color #35c25f

%73
%0
%51
%24

Triadic Colors of #35c25f

#35c25f #5f35c2 #c25f35

Analogous Colors of #35c25f

#35c25f #35c2a6 #52c235

Monochromatic Colors of #35c25f

#35c25f

Complementary Color

#35c25f #c23598

#35c25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35c25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35c25f Color CSS Codes

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

#35c25f Text Font Color

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

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


#35c25f Background Color

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

This div background color is #35c25f


#35c25f Border Color

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

This div border color is #35c25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35c25f


Comments

No comments written yet.

Please login to write comment.