Color Hex Logo

#0a401d Color Hex

#0A401D
(10,64,29)
0 Favorites   0 Comments

Color spaces of #0a401d

RGB 106429
HSL0.390.730.15
HSV141°84°25°
CMYK 0.840.000.55   0.75
XYZ2.18033.82001.7848
Yxy3.82000.28010.4907
Hunter Lab19.5448-14.29118.2671
CIE-Lab23.0672-26.325316.5523

#0a401d color RGB value is (10,64,29).

#0a401d hex color red value is 10, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0a401d hue: 0.39 , saturation: 0.73 and the lightness value of 0a401d is 0.15.

The process color (four color CMYK) of #0a401d color hex is 0.84, 0.00, 0.55, 0.75. Web safe color of #0a401d is #003333. Color #0a401d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01000000 00011101
Octal 12 100 35
Decimal 10 64 29
Hex A 40 1D

RGB Percentages of Color #0a401d

%9.71
%62.14
%28.16

CMYK Percentages of Color #0a401d

%84
%0
%55
%75

Triadic Colors of #0a401d

#0a401d #1d0a40 #401d0a

Analogous Colors of #0a401d

#0a401d #0a4038 #12400a

Monochromatic Colors of #0a401d

#0a401d

Complementary Color

#0a401d #400a2d

#0a401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a401d Color CSS Codes

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

#0a401d Text Font Color

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

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


#0a401d Background Color

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

This div background color is #0a401d


#0a401d Border Color

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

This div border color is #0a401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a401d


Comments

No comments written yet.

Please login to write comment.