Color Hex Logo

#a8c629 Color Hex

#A8C629
(168,198,41)
0 Favorites   0 Comments

Color spaces of #a8c629

RGB 16819841
HSL0.200.660.47
HSV71°79°78°
CMYK 0.150.000.79   0.22
XYZ36.742848.87319.5947
Yxy48.87310.38590.5133
Hunter Lab69.9093-28.525640.7993
CIE-Lab75.3723-29.611568.5391

#a8c629 color RGB value is (168,198,41).

#a8c629 hex color red value is 168, green value is 198 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a8c629 hue: 0.20 , saturation: 0.66 and the lightness value of a8c629 is 0.47.

The process color (four color CMYK) of #a8c629 color hex is 0.15, 0.00, 0.79, 0.22. Web safe color of #a8c629 is #99cc33. Color #a8c629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000110 00101001
Octal 250 306 51
Decimal 168 198 41
Hex A8 C6 29

RGB Percentages of Color #a8c629

%41.28
%48.65
%10.07

CMYK Percentages of Color #a8c629

%15
%0
%79
%22

Triadic Colors of #a8c629

#a8c629 #29a8c6 #c629a8

Analogous Colors of #a8c629

#a8c629 #5ac629 #c69629

Monochromatic Colors of #a8c629

#a8c629

Complementary Color

#a8c629 #4729c6

#a8c629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c629 Color CSS Codes

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

#a8c629 Text Font Color

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

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


#a8c629 Background Color

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

This div background color is #a8c629


#a8c629 Border Color

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

This div border color is #a8c629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c629


Comments

No comments written yet.

Please login to write comment.