Color Hex Logo

#051006 Color Hex

#051006
(5,16,6)
1 Favorites   0 Comments

Color spaces of #051006

RGB 5166
HSL0.350.520.04
HSV125°69°
CMYK 0.690.000.63   0.94
XYZ0.28080.41600.2378
Yxy0.41600.30040.4451
Hunter Lab6.4498-3.51602.3289
CIE-Lab3.7577-4.69433.0774

#051006 color RGB value is (5,16,6).

#051006 hex color red value is 5, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #051006 hue: 0.35 , saturation: 0.52 and the lightness value of 051006 is 0.04.

The process color (four color CMYK) of #051006 color hex is 0.69, 0.00, 0.63, 0.94. Web safe color of #051006 is #000000. Color #051006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 00000110
Octal 5 20 6
Decimal 5 16 6
Hex 5 10 6

RGB Percentages of Color #051006

%18.52
%59.26
%22.22

CMYK Percentages of Color #051006

%69
%0
%63
%94

Triadic Colors of #051006

#051006 #060510 #100605

Analogous Colors of #051006

#051006 #05100c #0a1005

Monochromatic Colors of #051006

#051006

Complementary Color

#051006 #10050f

#051006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051006 Color CSS Codes

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

#051006 Text Font Color

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

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


#051006 Background Color

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

This div background color is #051006


#051006 Border Color

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

This div border color is #051006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051006


Comments

No comments written yet.

Please login to write comment.