Color Hex Logo

#abdca8 Color Hex

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

Color spaces of #abdca8

RGB 171220168
HSL0.320.430.76
HSV117°24°86°
CMYK 0.220.000.24   0.14
XYZ49.455762.671546.5360
Yxy62.67150.31170.3950
Hunter Lab79.1653-27.027920.5631
CIE-Lab83.2692-25.727320.5025

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

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

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

Base Numbers

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

RGB Percentages of Color #abdca8

%30.59
%39.36
%30.05

CMYK Percentages of Color #abdca8

%22
%0
%24
%14

Triadic Colors of #abdca8

#abdca8 #a8abdc #dca8ab

Analogous Colors of #abdca8

#abdca8 #a8dcbf #c5dca8

Monochromatic Colors of #abdca8

#abdca8

Complementary Color

#abdca8 #d9a8dc

#abdca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdca8 Color CSS Codes

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

#abdca8 Text Font Color

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

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


#abdca8 Background Color

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

This div background color is #abdca8


#abdca8 Border Color

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

This div border color is #abdca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdca8


Comments

No comments written yet.

Please login to write comment.