Color Hex Logo

#abdfaa Color Hex

#ABDFAA
(171,223,170)
0 Favorites   0 Comments

Color spaces of #abdfaa

RGB 171223170
HSL0.330.450.77
HSV119°24°87°
CMYK 0.230.000.24   0.13
XYZ50.438064.335647.7899
Yxy64.33560.31030.3958
Hunter Lab80.2095-28.120720.8208
CIE-Lab84.1402-26.836320.6631

#abdfaa color RGB value is (171,223,170).

#abdfaa hex color red value is 171, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abdfaa hue: 0.33 , saturation: 0.45 and the lightness value of abdfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10101010
Octal 253 337 252
Decimal 171 223 170
Hex AB DF AA

RGB Percentages of Color #abdfaa

%30.32
%39.54
%30.14

CMYK Percentages of Color #abdfaa

%23
%0
%24
%13

Triadic Colors of #abdfaa

#abdfaa #aaabdf #dfaaab

Analogous Colors of #abdfaa

#abdfaa #aadfc4 #c6dfaa

Monochromatic Colors of #abdfaa

#abdfaa

Complementary Color

#abdfaa #deaadf

#abdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfaa Color CSS Codes

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

#abdfaa Text Font Color

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

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


#abdfaa Background Color

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

This div background color is #abdfaa


#abdfaa Border Color

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

This div border color is #abdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfaa


Comments

No comments written yet.

Please login to write comment.