Color Hex Logo

#060a0e Color Hex

#060A0E
(6,10,14)
1 Favorites   0 Comments

Color spaces of #060a0e

RGB 61014
HSL0.580.400.04
HSV210°57°
CMYK 0.570.290.00   0.95
XYZ0.26290.28750.4571
Yxy0.28750.26090.2854
Hunter Lab5.3619-0.6313-1.3011
CIE-Lab2.5970-0.4244-2.0606

#060a0e color RGB value is (6,10,14).

#060a0e hex color red value is 6, green value is 10 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #060a0e hue: 0.58 , saturation: 0.40 and the lightness value of 060a0e is 0.04.

The process color (four color CMYK) of #060a0e color hex is 0.57, 0.29, 0.00, 0.95. Web safe color of #060a0e is #000000. Color #060a0e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001010 00001110
Octal 6 12 16
Decimal 6 10 14
Hex 6 A E

RGB Percentages of Color #060a0e

%20.00
%33.33
%46.67

CMYK Percentages of Color #060a0e

%57
%29
%0
%95

Triadic Colors of #060a0e

#060a0e #0e060a #0a0e06

Analogous Colors of #060a0e

#060a0e #06060e #060e0e

Monochromatic Colors of #060a0e

#060a0e

Complementary Color

#060a0e #0e0a06

#060a0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060a0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#060a0e Color CSS Codes

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

#060a0e Text Font Color

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

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


#060a0e Background Color

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

This div background color is #060a0e


#060a0e Border Color

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

This div border color is #060a0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,10,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060a0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060a0e;
  -webkit-box-shadow: 1px 1px 3px 2px #060a0e;
  box-shadow:         1px 1px 3px 2px #060a0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060a0e


Comments

No comments written yet.

Please login to write comment.