Color Hex Logo

#354d6c Color Hex

#354D6C
(53,77,108)
0 Favorites   0 Comments

Color spaces of #354d6c

RGB 5377108
HSL0.590.340.32
HSV214°51°42°
CMYK 0.510.290.00   0.58
XYZ6.82887.147315.2070
Yxy7.14730.23400.2449
Hunter Lab26.7344-1.1908-15.0111
CIE-Lab32.13990.3609-20.7668

#354d6c color RGB value is (53,77,108).

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

The process color (four color CMYK) of #354d6c color hex is 0.51, 0.29, 0.00, 0.58. Web safe color of #354d6c is #336666. Color #354d6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 01101100
Octal 65 115 154
Decimal 53 77 108
Hex 35 4D 6C

RGB Percentages of Color #354d6c

%22.27
%32.35
%45.38

CMYK Percentages of Color #354d6c

%51
%29
%0
%58

Triadic Colors of #354d6c

#354d6c #6c354d #4d6c35

Analogous Colors of #354d6c

#354d6c #39356c #35696c

Monochromatic Colors of #354d6c

#354d6c

Complementary Color

#354d6c #6c5435

#354d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#354d6c Color CSS Codes

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

#354d6c Text Font Color

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

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


#354d6c Background Color

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

This div background color is #354d6c


#354d6c Border Color

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

This div border color is #354d6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,77,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 #354d6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354d6c


Comments

No comments written yet.

Please login to write comment.