Color Hex Logo

#359480 Color Hex

#359480
(53,148,128)
0 Favorites   0 Comments

Color spaces of #359480

RGB 53148128
HSL0.460.470.39
HSV167°64°58°
CMYK 0.640.000.14   0.42
XYZ15.954423.495224.1162
Yxy23.49520.25100.3696
Hunter Lab48.4718-26.07294.4317
CIE-Lab55.5788-32.71462.4040

#359480 color RGB value is (53,148,128).

#359480 hex color red value is 53, green value is 148 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #359480 hue: 0.46 , saturation: 0.47 and the lightness value of 359480 is 0.39.

The process color (four color CMYK) of #359480 color hex is 0.64, 0.00, 0.14, 0.42. Web safe color of #359480 is #339999. Color #359480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010100 10000000
Octal 65 224 200
Decimal 53 148 128
Hex 35 94 80

RGB Percentages of Color #359480

%16.11
%44.98
%38.91

CMYK Percentages of Color #359480

%64
%0
%14
%42

Triadic Colors of #359480

#359480 #803594 #948035

Analogous Colors of #359480

#359480 #357994 #359451

Monochromatic Colors of #359480

#359480

Complementary Color

#359480 #943549

#359480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359480 Color CSS Codes

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

#359480 Text Font Color

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

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


#359480 Background Color

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

This div background color is #359480


#359480 Border Color

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

This div border color is #359480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359480


Comments

No comments written yet.

Please login to write comment.