Color Hex Logo

#35505f Color Hex

#35505F
(53,80,95)
0 Favorites   0 Comments

Color spaces of #35505f

RGB 538095
HSL0.560.280.29
HSV201°44°37°
CMYK 0.440.160.00   0.63
XYZ6.40247.320411.9020
Yxy7.32040.24990.2857
Hunter Lab27.0562-5.1094-7.1422
CIE-Lab32.5255-5.7206-11.9630

#35505f color RGB value is (53,80,95).

#35505f hex color red value is 53, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #35505f hue: 0.56 , saturation: 0.28 and the lightness value of 35505f is 0.29.

The process color (four color CMYK) of #35505f color hex is 0.44, 0.16, 0.00, 0.63. Web safe color of #35505f is #336666. Color #35505f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01011111
Octal 65 120 137
Decimal 53 80 95
Hex 35 50 5F

RGB Percentages of Color #35505f

%23.25
%35.09
%41.67

CMYK Percentages of Color #35505f

%44
%16
%0
%63

Triadic Colors of #35505f

#35505f #5f3550 #505f35

Analogous Colors of #35505f

#35505f #353b5f #355f59

Monochromatic Colors of #35505f

#35505f

Complementary Color

#35505f #5f4435

#35505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35505f Color CSS Codes

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

#35505f Text Font Color

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

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


#35505f Background Color

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

This div background color is #35505f


#35505f Border Color

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

This div border color is #35505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35505f


Comments

No comments written yet.

Please login to write comment.