color codes Logo

#a8d66d color codes

#A8D66D
(168,214,109)
0 Favorites   0 Comments

Color spaces of #a8d66d

RGB 168214109
HSL0.240.560.63
HSV86°49°84°
CMYK 0.210.000.49   0.16
XYZ42.955357.522123.3069
Yxy57.52210.34700.4647
Hunter Lab75.8433-31.629034.8703
CIE-Lab80.4724-32.125346.6930

#a8d66d color RGB value is (168,214,109).

#a8d66d hex color red value is 168, green value is 214 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a8d66d hue: 0.24 , saturation: 0.56 and the lightness value of a8d66d is 0.63.

The process color (four color CMYK) of #a8d66d color code is 0.21, 0.00, 0.49, 0.16. Web safe color of #a8d66d is #99cc66. Color #a8d66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11010110 01101101
Octal 250 326 155
Decimal 168 214 109
Hex A8 D6 6D

RGB Percentages of Color #a8d66d

%34.22
%43.58
%22.20

CMYK Percentages of Color #a8d66d

%21
%0
%49
%16

Triadic Colors of #a8d66d

#a8d66d #6da8d6 #d66da8

Analogous Colors of #a8d66d

#a8d66d #74d66d #d6d06d

Monochromatic Colors of #a8d66d

#a8d66d

Complementary Color

#a8d66d #9b6dd6

#a8d66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8d66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8d66d Color CSS Codes

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

#a8d66d Text Font Color

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

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


#a8d66d Background Color

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

This div background color is #a8d66d


#a8d66d Border Color

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

This div border color is #a8d66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8d66d


Comments

No comments written yet.

Please login to write comment.