Color Hex Logo

#359987 Color Hex

#359987
(53,153,135)
0 Favorites   0 Comments

Color spaces of #359987

RGB 53153135
HSL0.470.490.40
HSV169°65°60°
CMYK 0.650.000.12   0.40
XYZ17.232625.288626.8946
Yxy25.28860.24830.3643
Hunter Lab50.2878-26.83533.4923
CIE-Lab57.3555-33.19570.9882

#359987 color RGB value is (53,153,135).

#359987 hex color red value is 53, green value is 153 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #359987 hue: 0.47 , saturation: 0.49 and the lightness value of 359987 is 0.40.

The process color (four color CMYK) of #359987 color hex is 0.65, 0.00, 0.12, 0.40. Web safe color of #359987 is #339999. Color #359987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 10000111
Octal 65 231 207
Decimal 53 153 135
Hex 35 99 87

RGB Percentages of Color #359987

%15.54
%44.87
%39.59

CMYK Percentages of Color #359987

%65
%0
%12
%40

Triadic Colors of #359987

#359987 #873599 #998735

Analogous Colors of #359987

#359987 #357999 #359955

Monochromatic Colors of #359987

#359987

Complementary Color

#359987 #993547

#359987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359987 Color CSS Codes

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

#359987 Text Font Color

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

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


#359987 Background Color

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

This div background color is #359987


#359987 Border Color

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

This div border color is #359987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359987


Comments

No comments written yet.

Please login to write comment.