Color Hex Logo

#35b83a Color Hex

#35B83A
(53,184,58)
0 Favorites   0 Comments

Color spaces of #35b83a

RGB 5318458
HSL0.340.550.46
HSV122°71°72°
CMYK 0.710.000.68   0.28
XYZ19.372435.34349.8039
Yxy35.34340.30030.5478
Hunter Lab59.4503-45.872331.8378
CIE-Lab66.0152-59.262351.7638

#35b83a color RGB value is (53,184,58).

#35b83a hex color red value is 53, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #35b83a hue: 0.34 , saturation: 0.55 and the lightness value of 35b83a is 0.46.

The process color (four color CMYK) of #35b83a color hex is 0.71, 0.00, 0.68, 0.28. Web safe color of #35b83a is #33cc33. Color #35b83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111000 00111010
Octal 65 270 72
Decimal 53 184 58
Hex 35 B8 3A

RGB Percentages of Color #35b83a

%17.97
%62.37
%19.66

CMYK Percentages of Color #35b83a

%71
%0
%68
%28

Triadic Colors of #35b83a

#35b83a #3a35b8 #b83a35

Analogous Colors of #35b83a

#35b83a #35b87c #72b835

Monochromatic Colors of #35b83a

#35b83a

Complementary Color

#35b83a #b835b3

#35b83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35b83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35b83a Color CSS Codes

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

#35b83a Text Font Color

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

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


#35b83a Background Color

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

This div background color is #35b83a


#35b83a Border Color

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

This div border color is #35b83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35b83a


Comments

No comments written yet.

Please login to write comment.