Color Hex Logo

#abdda4 Color Hex

#ABDDA4
(171,221,164)
0 Favorites   0 Comments

Color spaces of #abdda4

RGB 171221164
HSL0.310.460.75
HSV113°26°87°
CMYK 0.230.000.26   0.13
XYZ49.351963.051244.6909
Yxy63.05120.31420.4014
Hunter Lab79.4048-28.016522.2135
CIE-Lab83.4693-26.871322.8654

#abdda4 color RGB value is (171,221,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10100100
Octal 253 335 244
Decimal 171 221 164
Hex AB DD A4

RGB Percentages of Color #abdda4

%30.76
%39.75
%29.50

CMYK Percentages of Color #abdda4

%23
%0
%26
%13

Triadic Colors of #abdda4

#abdda4 #a4abdd #dda4ab

Analogous Colors of #abdda4

#abdda4 #a4ddba #c8dda4

Monochromatic Colors of #abdda4

#abdda4

Complementary Color

#abdda4 #d6a4dd

#abdda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdda4 Color CSS Codes

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

#abdda4 Text Font Color

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

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


#abdda4 Background Color

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

This div background color is #abdda4


#abdda4 Border Color

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

This div border color is #abdda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdda4


Comments

No comments written yet.

Please login to write comment.