Color Hex Logo

#8ca028 Color Hex

#8CA028
(140,160,40)
0 Favorites   0 Comments

Color spaces of #8ca028

RGB 14016040
HSL0.190.600.39
HSV70°75°63°
CMYK 0.130.000.75   0.37
XYZ23.769030.87036.7133
Yxy30.87030.38740.5032
Hunter Lab55.5610-20.869631.7289
CIE-Lab62.3980-22.910156.1578

#8ca028 color RGB value is (140,160,40).

#8ca028 hex color red value is 140, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #8ca028 hue: 0.19 , saturation: 0.60 and the lightness value of 8ca028 is 0.39.

The process color (four color CMYK) of #8ca028 color hex is 0.13, 0.00, 0.75, 0.37. Web safe color of #8ca028 is #999933. Color #8ca028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100000 00101000
Octal 214 240 50
Decimal 140 160 40
Hex 8C A0 28

RGB Percentages of Color #8ca028

%41.18
%47.06
%11.76

CMYK Percentages of Color #8ca028

%13
%0
%75
%37

Triadic Colors of #8ca028

#8ca028 #288ca0 #a0288c

Analogous Colors of #8ca028

#8ca028 #50a028 #a07828

Monochromatic Colors of #8ca028

#8ca028

Complementary Color

#8ca028 #3c28a0

#8ca028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca028 Color CSS Codes

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

#8ca028 Text Font Color

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

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


#8ca028 Background Color

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

This div background color is #8ca028


#8ca028 Border Color

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

This div border color is #8ca028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca028


Comments

No comments written yet.

Please login to write comment.