Color Hex Logo

#a8e67c Color Hex

#A8E67C
(168,230,124)
0 Favorites   0 Comments

Color spaces of #a8e67c

RGB 168230124
HSL0.260.680.69
HSV95°46°90°
CMYK 0.270.000.46   0.10
XYZ48.083466.373729.3459
Yxy66.37370.33440.4616
Hunter Lab81.4701-37.222435.6725
CIE-Lab85.1867-37.746845.2707

#a8e67c color RGB value is (168,230,124).

#a8e67c hex color red value is 168, green value is 230 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a8e67c hue: 0.26 , saturation: 0.68 and the lightness value of a8e67c is 0.69.

The process color (four color CMYK) of #a8e67c color hex is 0.27, 0.00, 0.46, 0.10. Web safe color of #a8e67c is #99ff66. Color #a8e67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100110 01111100
Octal 250 346 174
Decimal 168 230 124
Hex A8 E6 7C

RGB Percentages of Color #a8e67c

%32.18
%44.06
%23.75

CMYK Percentages of Color #a8e67c

%27
%0
%46
%10

Triadic Colors of #a8e67c

#a8e67c #7ca8e6 #e67ca8

Analogous Colors of #a8e67c

#a8e67c #7ce685 #dde67c

Monochromatic Colors of #a8e67c

#a8e67c

Complementary Color

#a8e67c #ba7ce6

#a8e67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e67c Color CSS Codes

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

#a8e67c Text Font Color

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

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


#a8e67c Background Color

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

This div background color is #a8e67c


#a8e67c Border Color

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

This div border color is #a8e67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e67c


Comments

No comments written yet.

Please login to write comment.