Color Hex Logo

#09400a Color Hex

#09400A
(9,64,10)
0 Favorites   0 Comments

Color spaces of #09400a

RGB 96410
HSL0.340.750.14
HSV121°86°25°
CMYK 0.860.000.84   0.75
XYZ2.00083.74680.9049
Yxy3.74680.30080.5632
Hunter Lab19.3567-15.423510.7779
CIE-Lab22.8161-29.253626.3949

#09400a color RGB value is (9,64,10).

#09400a hex color red value is 9, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #09400a hue: 0.34 , saturation: 0.75 and the lightness value of 09400a is 0.14.

The process color (four color CMYK) of #09400a color hex is 0.86, 0.00, 0.84, 0.75. Web safe color of #09400a is #003300. Color #09400a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 00001010
Octal 11 100 12
Decimal 9 64 10
Hex 9 40 A

RGB Percentages of Color #09400a

%10.84
%77.11
%12.05

CMYK Percentages of Color #09400a

%86
%0
%84
%75

Triadic Colors of #09400a

#09400a #0a0940 #400a09

Analogous Colors of #09400a

#09400a #094026 #244009

Monochromatic Colors of #09400a

#09400a

Complementary Color

#09400a #40093f

#09400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09400a Color CSS Codes

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

#09400a Text Font Color

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

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


#09400a Background Color

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

This div background color is #09400a


#09400a Border Color

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

This div border color is #09400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09400a


Comments

No comments written yet.

Please login to write comment.