Color Hex Logo

#358c12 Color Hex

#358C12
(53,140,18)
0 Favorites   0 Comments

Color spaces of #358c12

RGB 5314018
HSL0.290.770.31
HSV103°87°55°
CMYK 0.620.000.87   0.45
XYZ10.955519.55673.7697
Yxy19.55670.31960.5705
Hunter Lab44.2230-33.169825.9020
CIE-Lab51.3323-46.892150.9054

#358c12 color RGB value is (53,140,18).

#358c12 hex color red value is 53, green value is 140 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #358c12 hue: 0.29 , saturation: 0.77 and the lightness value of 358c12 is 0.31.

The process color (four color CMYK) of #358c12 color hex is 0.62, 0.00, 0.87, 0.45. Web safe color of #358c12 is #339900. Color #358c12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 00010010
Octal 65 214 22
Decimal 53 140 18
Hex 35 8C 12

RGB Percentages of Color #358c12

%25.12
%66.35
%8.53

CMYK Percentages of Color #358c12

%62
%0
%87
%45

Triadic Colors of #358c12

#358c12 #12358c #8c1235

Analogous Colors of #358c12

#358c12 #128c2c #728c12

Monochromatic Colors of #358c12

#358c12

Complementary Color

#358c12 #69128c

#358c12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358c12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358c12 Color CSS Codes

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

#358c12 Text Font Color

<p style="color:#358c12">Text here</p>

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


#358c12 Background Color

<div style="background-color:#358c12">
Div content here</div>

This div background color is #358c12


#358c12 Border Color

<div style="border:3px solid #358c12">
Div here</div>

This div border color is #358c12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,140,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358c12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358c12;
  -webkit-box-shadow: 1px 1px 3px 2px #358c12;
  box-shadow:         1px 1px 3px 2px #358c12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358c12


Comments

No comments written yet.

Please login to write comment.