Color Hex Logo

#a8dcab Color Hex

#A8DCAB
(168,220,171)
0 Favorites   0 Comments

Color spaces of #a8dcab

RGB 168220171
HSL0.340.430.76
HSV123°24°86°
CMYK 0.240.000.22   0.14
XYZ49.092362.451547.9950
Yxy62.45150.30770.3915
Hunter Lab79.0263-27.409119.3098
CIE-Lab83.1529-26.213518.7438

#a8dcab color RGB value is (168,220,171).

#a8dcab hex color red value is 168, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8dcab hue: 0.34 , saturation: 0.43 and the lightness value of a8dcab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 10101011
Octal 250 334 253
Decimal 168 220 171
Hex A8 DC AB

RGB Percentages of Color #a8dcab

%30.05
%39.36
%30.59

CMYK Percentages of Color #a8dcab

%24
%0
%22
%14

Triadic Colors of #a8dcab

#a8dcab #aba8dc #dcaba8

Analogous Colors of #a8dcab

#a8dcab #a8dcc5 #bfdca8

Monochromatic Colors of #a8dcab

#a8dcab

Complementary Color

#a8dcab #dca8d9

#a8dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcab Color CSS Codes

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

#a8dcab Text Font Color

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

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


#a8dcab Background Color

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

This div background color is #a8dcab


#a8dcab Border Color

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

This div border color is #a8dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcab


Comments

No comments written yet.

Please login to write comment.