Color Hex Logo

#acdfab Color Hex

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

Color spaces of #acdfab

RGB 172223171
HSL0.330.450.77
HSV119°23°87°
CMYK 0.230.000.23   0.13
XYZ50.751664.486348.3003
Yxy64.48630.31030.3943
Hunter Lab80.3034-27.719220.5510
CIE-Lab84.2183-26.335820.2586

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

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

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

Base Numbers

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

RGB Percentages of Color #acdfab

%30.39
%39.40
%30.21

CMYK Percentages of Color #acdfab

%23
%0
%23
%13

Triadic Colors of #acdfab

#acdfab #abacdf #dfabac

Analogous Colors of #acdfab

#acdfab #abdfc4 #c6dfab

Monochromatic Colors of #acdfab

#acdfab

Complementary Color

#acdfab #deabdf

#acdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfab Color CSS Codes

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

#acdfab Text Font Color

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

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


#acdfab Background Color

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

This div background color is #acdfab


#acdfab Border Color

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

This div border color is #acdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfab


Comments

No comments written yet.

Please login to write comment.