Color Hex Logo

#354350 Color Hex

#354350
(53,67,80)
0 Favorites   0 Comments

Color spaces of #354350

RGB 536780
HSL0.580.200.26
HSV209°34°31°
CMYK 0.340.160.00   0.69
XYZ4.92335.35048.3627
Yxy5.35040.26420.2871
Hunter Lab23.1309-2.4863-5.2439
CIE-Lab27.7106-2.0235-9.6512

#354350 color RGB value is (53,67,80).

#354350 hex color red value is 53, green value is 67 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #354350 hue: 0.58 , saturation: 0.20 and the lightness value of 354350 is 0.26.

The process color (four color CMYK) of #354350 color hex is 0.34, 0.16, 0.00, 0.69. Web safe color of #354350 is #333366. Color #354350 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 01010000
Octal 65 103 120
Decimal 53 67 80
Hex 35 43 50

RGB Percentages of Color #354350

%26.50
%33.50
%40.00

CMYK Percentages of Color #354350

%34
%16
%0
%69

Triadic Colors of #354350

#354350 #503543 #435035

Analogous Colors of #354350

#354350 #353650 #355050

Monochromatic Colors of #354350

#354350

Complementary Color

#354350 #504235

#354350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354350 Color CSS Codes

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

#354350 Text Font Color

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

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


#354350 Background Color

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

This div background color is #354350


#354350 Border Color

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

This div border color is #354350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354350


Comments

No comments written yet.

Please login to write comment.