Color Hex Logo

#357f10 Color Hex

#357F10
(53,127,16)
0 Favorites   0 Comments

Color spaces of #357f10

RGB 5312716
HSL0.280.780.28
HSV100°87°50°
CMYK 0.580.000.87   0.50
XYZ9.151115.97303.0910
Yxy15.97300.32430.5661
Hunter Lab39.9662-29.069623.3909
CIE-Lab46.9390-42.124047.5044

#357f10 color RGB value is (53,127,16).

#357f10 hex color red value is 53, green value is 127 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #357f10 hue: 0.28 , saturation: 0.78 and the lightness value of 357f10 is 0.28.

The process color (four color CMYK) of #357f10 color hex is 0.58, 0.00, 0.87, 0.50. Web safe color of #357f10 is #336600. Color #357f10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 00010000
Octal 65 177 20
Decimal 53 127 16
Hex 35 7F 10

RGB Percentages of Color #357f10

%27.04
%64.80
%8.16

CMYK Percentages of Color #357f10

%58
%0
%87
%50

Triadic Colors of #357f10

#357f10 #10357f #7f1035

Analogous Colors of #357f10

#357f10 #107f23 #6d7f10

Monochromatic Colors of #357f10

#357f10

Complementary Color

#357f10 #5a107f

#357f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357f10 Color CSS Codes

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

#357f10 Text Font Color

<p style="color:#357f10">Text here</p>

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


#357f10 Background Color

<div style="background-color:#357f10">
Div content here</div>

This div background color is #357f10


#357f10 Border Color

<div style="border:3px solid #357f10">
Div here</div>

This div border color is #357f10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,127,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357f10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357f10;
  -webkit-box-shadow: 1px 1px 3px 2px #357f10;
  box-shadow:         1px 1px 3px 2px #357f10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357f10


Comments

No comments written yet.

Please login to write comment.