Color Hex Logo

#a8c855 Color Hex

#A8C855
(168,200,85)
0 Favorites   0 Comments

Color spaces of #a8c855

RGB 16820085
HSL0.210.510.56
HSV77°58°78°
CMYK 0.160.000.58   0.22
XYZ38.442450.289316.2750
Yxy50.28930.36610.4789
Hunter Lab70.9149-27.337836.0334
CIE-Lab76.2465-27.847952.9046

#a8c855 color RGB value is (168,200,85).

#a8c855 hex color red value is 168, green value is 200 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a8c855 hue: 0.21 , saturation: 0.51 and the lightness value of a8c855 is 0.56.

The process color (four color CMYK) of #a8c855 color hex is 0.16, 0.00, 0.58, 0.22. Web safe color of #a8c855 is #99cc66. Color #a8c855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001000 01010101
Octal 250 310 125
Decimal 168 200 85
Hex A8 C8 55

RGB Percentages of Color #a8c855

%37.09
%44.15
%18.76

CMYK Percentages of Color #a8c855

%16
%0
%58
%22

Triadic Colors of #a8c855

#a8c855 #55a8c8 #c855a8

Analogous Colors of #a8c855

#a8c855 #6fc855 #c8af55

Monochromatic Colors of #a8c855

#a8c855

Complementary Color

#a8c855 #7555c8

#a8c855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c855 Color CSS Codes

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

#a8c855 Text Font Color

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

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


#a8c855 Background Color

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

This div background color is #a8c855


#a8c855 Border Color

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

This div border color is #a8c855


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,200,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8c855; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8c855;
  -webkit-box-shadow: 1px 1px 3px 2px #a8c855;
  box-shadow:         1px 1px 3px 2px #a8c855; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,200,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c855


Comments

No comments written yet.

Please login to write comment.