Color Hex Logo

#35ea4a Color Hex

#35EA4A
(53,234,74)
0 Favorites   0 Comments

Color spaces of #35ea4a

RGB 5323474
HSL0.350.810.56
HSV127°77°92°
CMYK 0.770.000.68   0.08
XYZ32.127060.096916.3852
Yxy60.09690.29580.5533
Hunter Lab77.5222-61.689341.7339
CIE-Lab81.8908-73.648262.3972

#35ea4a color RGB value is (53,234,74).

#35ea4a hex color red value is 53, green value is 234 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #35ea4a hue: 0.35 , saturation: 0.81 and the lightness value of 35ea4a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101010 01001010
Octal 65 352 112
Decimal 53 234 74
Hex 35 EA 4A

RGB Percentages of Color #35ea4a

%14.68
%64.82
%20.50

CMYK Percentages of Color #35ea4a

%77
%0
%68
%8

Triadic Colors of #35ea4a

#35ea4a #4a35ea #ea4a35

Analogous Colors of #35ea4a

#35ea4a #35eaa5 #7bea35

Monochromatic Colors of #35ea4a

#35ea4a

Complementary Color

#35ea4a #ea35d5

#35ea4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ea4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ea4a Color CSS Codes

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

#35ea4a Text Font Color

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

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


#35ea4a Background Color

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

This div background color is #35ea4a


#35ea4a Border Color

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

This div border color is #35ea4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ea4a


Comments

No comments written yet.

Please login to write comment.