Color Hex Logo

#35414e Color Hex

#35414E
(53,65,78)
0 Favorites   0 Comments

Color spaces of #35414e

RGB 536578
HSL0.590.190.26
HSV211°32°31°
CMYK 0.320.170.00   0.69
XYZ4.73365.08757.9402
Yxy5.08750.26650.2864
Hunter Lab22.5555-2.0113-5.0830
CIE-Lab26.9826-1.3109-9.4499

#35414e color RGB value is (53,65,78).

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

The process color (four color CMYK) of #35414e color hex is 0.32, 0.17, 0.00, 0.69. Web safe color of #35414e is #333366. Color #35414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 01001110
Octal 65 101 116
Decimal 53 65 78
Hex 35 41 4E

RGB Percentages of Color #35414e

%27.04
%33.16
%39.80

CMYK Percentages of Color #35414e

%32
%17
%0
%69

Triadic Colors of #35414e

#35414e #4e3541 #414e35

Analogous Colors of #35414e

#35414e #36354e #354e4e

Monochromatic Colors of #35414e

#35414e

Complementary Color

#35414e #4e4235

#35414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35414e Color CSS Codes

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

#35414e Text Font Color

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

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


#35414e Background Color

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

This div background color is #35414e


#35414e Border Color

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

This div border color is #35414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35414e


Comments

No comments written yet.

Please login to write comment.