Color Hex Logo

#abdfac Color Hex

#ABDFAC
(171,223,172)
0 Favorites   0 Comments

Color spaces of #abdfac

RGB 171223172
HSL0.340.450.77
HSV121°23°87°
CMYK 0.230.000.23   0.13
XYZ50.628764.411848.7940
Yxy64.41180.30900.3932
Hunter Lab80.2570-27.846120.1332
CIE-Lab84.1797-26.497119.6741

#abdfac color RGB value is (171,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10101100
Octal 253 337 254
Decimal 171 223 172
Hex AB DF AC

RGB Percentages of Color #abdfac

%30.21
%39.40
%30.39

CMYK Percentages of Color #abdfac

%23
%0
%23
%13

Triadic Colors of #abdfac

#abdfac #acabdf #dfacab

Analogous Colors of #abdfac

#abdfac #abdfc6 #c4dfab

Monochromatic Colors of #abdfac

#abdfac

Complementary Color

#abdfac #dfabde

#abdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfac Color CSS Codes

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

#abdfac Text Font Color

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

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


#abdfac Background Color

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

This div background color is #abdfac


#abdfac Border Color

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

This div border color is #abdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfac


Comments

No comments written yet.

Please login to write comment.