Color Hex Logo

#a8c498 Color Hex

#A8C498
(168,196,152)
0 Favorites   0 Comments

Color spaces of #a8c498

RGB 168196152
HSL0.270.270.68
HSV98°22°77°
CMYK 0.140.000.22   0.23
XYZ41.555950.071737.1803
Yxy50.07170.32260.3887
Hunter Lab70.7614-19.005018.3801
CIE-Lab76.1132-17.548919.0244

#a8c498 color RGB value is (168,196,152).

#a8c498 hex color red value is 168, green value is 196 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a8c498 hue: 0.27 , saturation: 0.27 and the lightness value of a8c498 is 0.68.

The process color (four color CMYK) of #a8c498 color hex is 0.14, 0.00, 0.22, 0.23. Web safe color of #a8c498 is #99cc99. Color #a8c498 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000100 10011000
Octal 250 304 230
Decimal 168 196 152
Hex A8 C4 98

RGB Percentages of Color #a8c498

%32.56
%37.98
%29.46

CMYK Percentages of Color #a8c498

%14
%0
%22
%23

Triadic Colors of #a8c498

#a8c498 #98a8c4 #c498a8

Analogous Colors of #a8c498

#a8c498 #98c49e #bec498

Monochromatic Colors of #a8c498

#a8c498

Complementary Color

#a8c498 #b498c4

#a8c498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c498 Color CSS Codes

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

#a8c498 Text Font Color

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

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


#a8c498 Background Color

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

This div background color is #a8c498


#a8c498 Border Color

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

This div border color is #a8c498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c498


Comments

No comments written yet.

Please login to write comment.