Color Hex Logo

#35606c Color Hex

#35606C
(53,96,108)
0 Favorites   0 Comments

Color spaces of #35606c

RGB 5396108
HSL0.540.340.32
HSV193°51°42°
CMYK 0.510.110.00   0.58
XYZ8.357810.205315.7167
Yxy10.20530.24380.2977
Hunter Lab31.9457-9.2050-6.8075
CIE-Lab38.2084-11.3151-11.4505

#35606c color RGB value is (53,96,108).

#35606c hex color red value is 53, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #35606c hue: 0.54 , saturation: 0.34 and the lightness value of 35606c is 0.32.

The process color (four color CMYK) of #35606c color hex is 0.51, 0.11, 0.00, 0.58. Web safe color of #35606c is #336666. Color #35606c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100000 01101100
Octal 65 140 154
Decimal 53 96 108
Hex 35 60 6C

RGB Percentages of Color #35606c

%20.62
%37.35
%42.02

CMYK Percentages of Color #35606c

%51
%11
%0
%58

Triadic Colors of #35606c

#35606c #6c3560 #606c35

Analogous Colors of #35606c

#35606c #35456c #356c5d

Monochromatic Colors of #35606c

#35606c

Complementary Color

#35606c #6c4135

#35606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35606c Color CSS Codes

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

#35606c Text Font Color

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

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


#35606c Background Color

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

This div background color is #35606c


#35606c Border Color

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

This div border color is #35606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35606c


Comments

No comments written yet.

Please login to write comment.