Color Hex Logo

#8ca500 Color Hex

#8CA500
(140,165,0)
0 Favorites   0 Comments

Color spaces of #8ca500

RGB 1401650
HSL0.191.000.32
HSV69°100°65°
CMYK 0.150.001.00   0.35
XYZ24.270432.48574.9912
Yxy32.48570.39310.5261
Hunter Lab56.9962-23.733734.7053
CIE-Lab63.7423-26.504965.9089

#8ca500 color RGB value is (140,165,0).

#8ca500 hex color red value is 140, green value is 165 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #8ca500 hue: 0.19 , saturation: 1.00 and the lightness value of 8ca500 is 0.32.

The process color (four color CMYK) of #8ca500 color hex is 0.15, 0.00, 1.00, 0.35. Web safe color of #8ca500 is #999900. Color #8ca500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100101 00000000
Octal 214 245 0
Decimal 140 165 0
Hex 8C A5 0

RGB Percentages of Color #8ca500

%45.90
%54.10
%0.00

CMYK Percentages of Color #8ca500

%15
%0
%100
%35

Triadic Colors of #8ca500

#8ca500 #008ca5 #a5008c

Analogous Colors of #8ca500

#8ca500 #3aa500 #a56c00

Monochromatic Colors of #8ca500

#8ca500

Complementary Color

#8ca500 #1900a5

#8ca500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca500 Color CSS Codes

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

#8ca500 Text Font Color

<p style="color:#8ca500">Text here</p>

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


#8ca500 Background Color

<div style="background-color:#8ca500">
Div content here</div>

This div background color is #8ca500


#8ca500 Border Color

<div style="border:3px solid #8ca500">
Div here</div>

This div border color is #8ca500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,165,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ca500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ca500;
  -webkit-box-shadow: 1px 1px 3px 2px #8ca500;
  box-shadow:         1px 1px 3px 2px #8ca500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,165,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca500


Comments

No comments written yet.

Please login to write comment.