color codes Logo

#40ad0b color codes

#40AD0B
(64,173,11)
0 Favorites   0 Comments

Color spaces of #40ad0b

RGB 6417311
HSL0.280.880.36
HSV100°94°68°
CMYK 0.630.000.94   0.32
XYZ17.118331.00135.3982
Yxy31.00130.31990.5793
Hunter Lab55.6788-42.558633.2269
CIE-Lab62.5087-56.034861.8871

#40ad0b color RGB value is (64,173,11).

#40ad0b hex color red value is 64, green value is 173 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #40ad0b hue: 0.28 , saturation: 0.88 and the lightness value of 40ad0b is 0.36.

The process color (four color CMYK) of #40ad0b color code is 0.63, 0.00, 0.94, 0.32. Web safe color of #40ad0b is #339900. Color #40ad0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 00001011
Octal 100 255 13
Decimal 64 173 11
Hex 40 AD B

RGB Percentages of Color #40ad0b

%25.81
%69.76
%4.44

CMYK Percentages of Color #40ad0b

%63
%0
%94
%32

Triadic Colors of #40ad0b

#40ad0b #0b40ad #ad0b40

Analogous Colors of #40ad0b

#40ad0b #0bad27 #91ad0b

Monochromatic Colors of #40ad0b

#40ad0b

Complementary Color

#40ad0b #780bad

#40ad0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ad0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ad0b Color CSS Codes

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

#40ad0b Text Font Color

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

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


#40ad0b Background Color

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

This div background color is #40ad0b


#40ad0b Border Color

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

This div border color is #40ad0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,173,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40ad0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40ad0b;
  -webkit-box-shadow: 1px 1px 3px 2px #40ad0b;
  box-shadow:         1px 1px 3px 2px #40ad0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ad0b


Comments

No comments written yet.

Please login to write comment.