Color Hex Logo

#a8c717 Color Hex

#A8C717
(168,199,23)
0 Favorites   0 Comments

Color spaces of #a8c717

RGB 16819923
HSL0.200.790.44
HSV71°88°78°
CMYK 0.160.000.88   0.22
XYZ36.726549.23358.3779
Yxy49.23350.38930.5219
Hunter Lab70.1666-29.361342.0374
CIE-Lab75.5964-30.631172.8590

#a8c717 color RGB value is (168,199,23).

#a8c717 hex color red value is 168, green value is 199 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a8c717 hue: 0.20 , saturation: 0.79 and the lightness value of a8c717 is 0.44.

The process color (four color CMYK) of #a8c717 color hex is 0.16, 0.00, 0.88, 0.22. Web safe color of #a8c717 is #99cc00. Color #a8c717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000111 00010111
Octal 250 307 27
Decimal 168 199 23
Hex A8 C7 17

RGB Percentages of Color #a8c717

%43.08
%51.03
%5.90

CMYK Percentages of Color #a8c717

%16
%0
%88
%22

Triadic Colors of #a8c717

#a8c717 #17a8c7 #c717a8

Analogous Colors of #a8c717

#a8c717 #50c717 #c78e17

Monochromatic Colors of #a8c717

#a8c717

Complementary Color

#a8c717 #3617c7

#a8c717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c717 Color CSS Codes

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

#a8c717 Text Font Color

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

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


#a8c717 Background Color

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

This div background color is #a8c717


#a8c717 Border Color

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

This div border color is #a8c717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c717


Comments

No comments written yet.

Please login to write comment.