Color Hex Logo

#0a240d Color Hex

#0A240D
(10,36,13)
0 Favorites   0 Comments

Color spaces of #0a240d

RGB 103613
HSL0.350.570.09
HSV127°72°14°
CMYK 0.720.000.64   0.86
XYZ0.82871.35530.5987
Yxy1.35530.29780.4870
Hunter Lab11.6417-7.66685.1001
CIE-Lab11.6569-16.298311.5346

#0a240d color RGB value is (10,36,13).

#0a240d hex color red value is 10, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0a240d hue: 0.35 , saturation: 0.57 and the lightness value of 0a240d is 0.09.

The process color (four color CMYK) of #0a240d color hex is 0.72, 0.00, 0.64, 0.86. Web safe color of #0a240d is #003300. Color #0a240d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00100100 00001101
Octal 12 44 15
Decimal 10 36 13
Hex A 24 D

RGB Percentages of Color #0a240d

%16.95
%61.02
%22.03

CMYK Percentages of Color #0a240d

%72
%0
%64
%86

Triadic Colors of #0a240d

#0a240d #0d0a24 #240d0a

Analogous Colors of #0a240d

#0a240d #0a241a #14240a

Monochromatic Colors of #0a240d

#0a240d

Complementary Color

#0a240d #240a21

#0a240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a240d Color CSS Codes

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

#0a240d Text Font Color

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

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


#0a240d Background Color

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

This div background color is #0a240d


#0a240d Border Color

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

This div border color is #0a240d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a240d


Comments

No comments written yet.

Please login to write comment.