Color Hex Logo

#abdda1 Color Hex

#ABDDA1
(171,221,161)
0 Favorites   0 Comments

Color spaces of #abdda1

RGB 171221161
HSL0.310.470.75
HSV110°27°87°
CMYK 0.230.000.27   0.13
XYZ49.084162.944043.2806
Yxy62.94400.31600.4053
Hunter Lab79.3373-28.406423.1918
CIE-Lab83.4129-27.356424.3484

#abdda1 color RGB value is (171,221,161).

#abdda1 hex color red value is 171, green value is 221 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #abdda1 hue: 0.31 , saturation: 0.47 and the lightness value of abdda1 is 0.75.

The process color (four color CMYK) of #abdda1 color hex is 0.23, 0.00, 0.27, 0.13. Web safe color of #abdda1 is #99cc99. Color #abdda1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10100001
Octal 253 335 241
Decimal 171 221 161
Hex AB DD A1

RGB Percentages of Color #abdda1

%30.92
%39.96
%29.11

CMYK Percentages of Color #abdda1

%23
%0
%27
%13

Triadic Colors of #abdda1

#abdda1 #a1abdd #dda1ab

Analogous Colors of #abdda1

#abdda1 #a1ddb5 #c9dda1

Monochromatic Colors of #abdda1

#abdda1

Complementary Color

#abdda1 #d3a1dd

#abdda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdda1 Color CSS Codes

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

#abdda1 Text Font Color

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

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


#abdda1 Background Color

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

This div background color is #abdda1


#abdda1 Border Color

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

This div border color is #abdda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdda1


Comments

No comments written yet.

Please login to write comment.