Color Hex Logo

#05354e Color Hex

#05354E
(5,53,78)
0 Favorites   0 Comments

Color spaces of #05354e

RGB 55378
HSL0.560.880.16
HSV201°94°31°
CMYK 0.940.320.00   0.69
XYZ2.71083.12857.6687
Yxy3.12850.20070.2316
Hunter Lab17.6876-3.5963-13.3247
CIE-Lab20.5513-4.7842-19.5748

#05354e color RGB value is (5,53,78).

#05354e hex color red value is 5, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #05354e hue: 0.56 , saturation: 0.88 and the lightness value of 05354e is 0.16.

The process color (four color CMYK) of #05354e color hex is 0.94, 0.32, 0.00, 0.69. Web safe color of #05354e is #003366. Color #05354e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 01001110
Octal 5 65 116
Decimal 5 53 78
Hex 5 35 4E

RGB Percentages of Color #05354e

%3.68
%38.97
%57.35

CMYK Percentages of Color #05354e

%94
%32
%0
%69

Triadic Colors of #05354e

#05354e #4e0535 #354e05

Analogous Colors of #05354e

#05354e #05114e #054e43

Monochromatic Colors of #05354e

#05354e

Complementary Color

#05354e #4e1e05

#05354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05354e Color CSS Codes

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

#05354e Text Font Color

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

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


#05354e Background Color

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

This div background color is #05354e


#05354e Border Color

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

This div border color is #05354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05354e


Comments

No comments written yet.

Please login to write comment.