Color Hex Logo

#359081 Color Hex

#359081
(53,144,129)
0 Favorites   0 Comments

Color spaces of #359081

RGB 53144129
HSL0.470.460.39
HSV170°63°56°
CMYK 0.630.000.10   0.44
XYZ15.403922.288424.2591
Yxy22.28840.24860.3598
Hunter Lab47.2106-24.37752.5813
CIE-Lab54.3317-30.54860.0153

#359081 color RGB value is (53,144,129).

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

The process color (four color CMYK) of #359081 color hex is 0.63, 0.00, 0.10, 0.44. Web safe color of #359081 is #339999. Color #359081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010000 10000001
Octal 65 220 201
Decimal 53 144 129
Hex 35 90 81

RGB Percentages of Color #359081

%16.26
%44.17
%39.57

CMYK Percentages of Color #359081

%63
%0
%10
%44

Triadic Colors of #359081

#359081 #813590 #908135

Analogous Colors of #359081

#359081 #357290 #359054

Monochromatic Colors of #359081

#359081

Complementary Color

#359081 #903544

#359081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359081 Color CSS Codes

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

#359081 Text Font Color

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

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


#359081 Background Color

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

This div background color is #359081


#359081 Border Color

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

This div border color is #359081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359081


Comments

No comments written yet.

Please login to write comment.