Color Hex Logo

#a8de85 Color Hex

#A8DE85
(168,222,133)
0 Favorites   0 Comments

Color spaces of #a8de85

RGB 168222133
HSL0.270.570.70
HSV96°40°87°
CMYK 0.240.000.40   0.13
XYZ46.503462.260831.7569
Yxy62.26080.33090.4431
Hunter Lab78.9055-32.884731.3716
CIE-Lab83.0519-32.957738.1448

#a8de85 color RGB value is (168,222,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011110 10000101
Octal 250 336 205
Decimal 168 222 133
Hex A8 DE 85

RGB Percentages of Color #a8de85

%32.12
%42.45
%25.43

CMYK Percentages of Color #a8de85

%24
%0
%40
%13

Triadic Colors of #a8de85

#a8de85 #85a8de #de85a8

Analogous Colors of #a8de85

#a8de85 #85de8f #d5de85

Monochromatic Colors of #a8de85

#a8de85

Complementary Color

#a8de85 #bb85de

#a8de85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8de85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8de85 Color CSS Codes

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

#a8de85 Text Font Color

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

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


#a8de85 Background Color

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

This div background color is #a8de85


#a8de85 Border Color

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

This div border color is #a8de85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8de85


Comments

No comments written yet.

Please login to write comment.