Color Hex Logo

#05400a Color Hex

#05400A
(5,64,10)
0 Favorites   0 Comments

Color spaces of #05400a

RGB 56410
HSL0.350.860.14
HSV125°92°25°
CMYK 0.920.000.84   0.75
XYZ1.95083.72100.9026
Yxy3.72100.29670.5660
Hunter Lab19.2899-15.705510.7287
CIE-Lab22.7268-30.028426.2738

#05400a color RGB value is (5,64,10).

#05400a hex color red value is 5, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #05400a hue: 0.35 , saturation: 0.86 and the lightness value of 05400a is 0.14.

The process color (four color CMYK) of #05400a color hex is 0.92, 0.00, 0.84, 0.75. Web safe color of #05400a is #003300. Color #05400a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 00001010
Octal 5 100 12
Decimal 5 64 10
Hex 5 40 A

RGB Percentages of Color #05400a

%6.33
%81.01
%12.66

CMYK Percentages of Color #05400a

%92
%0
%84
%75

Triadic Colors of #05400a

#05400a #0a0540 #400a05

Analogous Colors of #05400a

#05400a #054028 #1e4005

Monochromatic Colors of #05400a

#05400a

Complementary Color

#05400a #40053b

#05400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05400a Color CSS Codes

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

#05400a Text Font Color

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

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


#05400a Background Color

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

This div background color is #05400a


#05400a Border Color

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

This div border color is #05400a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,64,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05400a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05400a;
  -webkit-box-shadow: 1px 1px 3px 2px #05400a;
  box-shadow:         1px 1px 3px 2px #05400a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,64,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05400a


Comments

No comments written yet.

Please login to write comment.