Color Hex Logo

#051211 Color Hex

#051211
(5,18,17)
0 Favorites   0 Comments

Color spaces of #051211

RGB 51817
HSL0.490.570.05
HSV175°72°
CMYK 0.720.000.06   0.93
XYZ0.38010.50530.6078
Yxy0.50530.25460.3384
Hunter Lab7.1084-2.8951-0.0936
CIE-Lab4.5643-4.1035-0.8241

#051211 color RGB value is (5,18,17).

#051211 hex color red value is 5, green value is 18 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #051211 hue: 0.49 , saturation: 0.57 and the lightness value of 051211 is 0.05.

The process color (four color CMYK) of #051211 color hex is 0.72, 0.00, 0.06, 0.93. Web safe color of #051211 is #000000. Color #051211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010010 00010001
Octal 5 22 21
Decimal 5 18 17
Hex 5 12 11

RGB Percentages of Color #051211

%12.50
%45.00
%42.50

CMYK Percentages of Color #051211

%72
%0
%6
%93

Triadic Colors of #051211

#051211 #110512 #121105

Analogous Colors of #051211

#051211 #050d12 #05120b

Monochromatic Colors of #051211

#051211

Complementary Color

#051211 #120506

#051211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051211 Color CSS Codes

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

#051211 Text Font Color

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

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


#051211 Background Color

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

This div background color is #051211


#051211 Border Color

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

This div border color is #051211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,18,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051211;
  -webkit-box-shadow: 1px 1px 3px 2px #051211;
  box-shadow:         1px 1px 3px 2px #051211; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051211


Comments

No comments written yet.

Please login to write comment.