Color Hex Logo

#8ccc48 Color Hex

#8CCC48
(140,204,72)
0 Favorites   0 Comments

Color spaces of #8ccc48

RGB 14020472
HSL0.250.560.54
HSV89°65°80°
CMYK 0.310.000.65   0.20
XYZ33.577849.229113.8633
Yxy49.22910.34730.5092
Hunter Lab70.1635-37.362137.3996
CIE-Lab75.5936-41.339357.3044

#8ccc48 color RGB value is (140,204,72).

#8ccc48 hex color red value is 140, green value is 204 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #8ccc48 hue: 0.25 , saturation: 0.56 and the lightness value of 8ccc48 is 0.54.

The process color (four color CMYK) of #8ccc48 color hex is 0.31, 0.00, 0.65, 0.20. Web safe color of #8ccc48 is #99cc33. Color #8ccc48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 01001000
Octal 214 314 110
Decimal 140 204 72
Hex 8C CC 48

RGB Percentages of Color #8ccc48

%33.65
%49.04
%17.31

CMYK Percentages of Color #8ccc48

%31
%0
%65
%20

Triadic Colors of #8ccc48

#8ccc48 #488ccc #cc488c

Analogous Colors of #8ccc48

#8ccc48 #4acc48 #ccca48

Monochromatic Colors of #8ccc48

#8ccc48

Complementary Color

#8ccc48 #8848cc

#8ccc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccc48 Color CSS Codes

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

#8ccc48 Text Font Color

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

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


#8ccc48 Background Color

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

This div background color is #8ccc48


#8ccc48 Border Color

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

This div border color is #8ccc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccc48


Comments

No comments written yet.

Please login to write comment.