Color Hex Logo

#a8dd88 Color Hex

#A8DD88
(168,221,136)
0 Favorites   0 Comments

Color spaces of #a8dd88

RGB 168221136
HSL0.270.560.70
HSV97°38°87°
CMYK 0.240.000.38   0.13
XYZ46.448861.815332.7760
Yxy61.81530.32930.4383
Hunter Lab78.6227-32.135330.3193
CIE-Lab82.8151-32.091236.3327

#a8dd88 color RGB value is (168,221,136).

#a8dd88 hex color red value is 168, green value is 221 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a8dd88 hue: 0.27 , saturation: 0.56 and the lightness value of a8dd88 is 0.70.

The process color (four color CMYK) of #a8dd88 color hex is 0.24, 0.00, 0.38, 0.13. Web safe color of #a8dd88 is #99cc99. Color #a8dd88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 10001000
Octal 250 335 210
Decimal 168 221 136
Hex A8 DD 88

RGB Percentages of Color #a8dd88

%32.00
%42.10
%25.90

CMYK Percentages of Color #a8dd88

%24
%0
%38
%13

Triadic Colors of #a8dd88

#a8dd88 #88a8dd #dd88a8

Analogous Colors of #a8dd88

#a8dd88 #88dd93 #d3dd88

Monochromatic Colors of #a8dd88

#a8dd88

Complementary Color

#a8dd88 #bd88dd

#a8dd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dd88 Color CSS Codes

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

#a8dd88 Text Font Color

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

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


#a8dd88 Background Color

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

This div background color is #a8dd88


#a8dd88 Border Color

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

This div border color is #a8dd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dd88


Comments

No comments written yet.

Please login to write comment.