Color Hex Logo

#354a4e Color Hex

#354A4E
(53,74,78)
0 Favorites   0 Comments

Color spaces of #354a4e

RGB 537478
HSL0.530.190.26
HSV190°32°31°
CMYK 0.320.050.00   0.69
XYZ5.29216.20458.1264
Yxy6.20450.26970.3162
Hunter Lab24.9088-5.6666-1.9069
CIE-Lab29.9226-7.0158-5.0290

#354a4e color RGB value is (53,74,78).

#354a4e hex color red value is 53, green value is 74 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #354a4e hue: 0.53 , saturation: 0.19 and the lightness value of 354a4e is 0.26.

The process color (four color CMYK) of #354a4e color hex is 0.32, 0.05, 0.00, 0.69. Web safe color of #354a4e is #333366. Color #354a4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 01001110
Octal 65 112 116
Decimal 53 74 78
Hex 35 4A 4E

RGB Percentages of Color #354a4e

%25.85
%36.10
%38.05

CMYK Percentages of Color #354a4e

%32
%5
%0
%69

Triadic Colors of #354a4e

#354a4e #4e354a #4a4e35

Analogous Colors of #354a4e

#354a4e #353e4e #354e46

Monochromatic Colors of #354a4e

#354a4e

Complementary Color

#354a4e #4e3935

#354a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#354a4e Color CSS Codes

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

#354a4e Text Font Color

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

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


#354a4e Background Color

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

This div background color is #354a4e


#354a4e Border Color

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

This div border color is #354a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354a4e


Comments

No comments written yet.

Please login to write comment.