Color Hex Logo

#358902 Color Hex

#358902
(53,137,2)
0 Favorites   0 Comments

Color spaces of #358902

RGB 531372
HSL0.270.970.27
HSV97°99°54°
CMYK 0.610.000.99   0.46
XYZ10.424818.65263.1083
Yxy18.65260.32390.5795
Hunter Lab43.1887-32.494125.9649
CIE-Lab50.2783-46.343453.1480

#358902 color RGB value is (53,137,2).

#358902 hex color red value is 53, green value is 137 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #358902 hue: 0.27 , saturation: 0.97 and the lightness value of 358902 is 0.27.

The process color (four color CMYK) of #358902 color hex is 0.61, 0.00, 0.99, 0.46. Web safe color of #358902 is #339900. Color #358902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 00000010
Octal 65 211 2
Decimal 53 137 2
Hex 35 89 2

RGB Percentages of Color #358902

%27.60
%71.35
%1.04

CMYK Percentages of Color #358902

%61
%0
%99
%46

Triadic Colors of #358902

#358902 #023589 #890235

Analogous Colors of #358902

#358902 #028912 #798902

Monochromatic Colors of #358902

#358902

Complementary Color

#358902 #560289

#358902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358902 Color CSS Codes

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

#358902 Text Font Color

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

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


#358902 Background Color

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

This div background color is #358902


#358902 Border Color

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

This div border color is #358902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358902


Comments

No comments written yet.

Please login to write comment.