Color Hex Logo

#acdfa8 Color Hex

#ACDFA8
(172,223,168)
0 Favorites   0 Comments

Color spaces of #acdfa8

RGB 172223168
HSL0.320.460.77
HSV116°25°87°
CMYK 0.230.000.25   0.13
XYZ50.468864.373246.8111
Yxy64.37320.31220.3982
Hunter Lab80.2329-28.126021.5709
CIE-Lab84.1597-26.838021.7415

#acdfa8 color RGB value is (172,223,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10101000
Octal 254 337 250
Decimal 172 223 168
Hex AC DF A8

RGB Percentages of Color #acdfa8

%30.55
%39.61
%29.84

CMYK Percentages of Color #acdfa8

%23
%0
%25
%13

Triadic Colors of #acdfa8

#acdfa8 #a8acdf #dfa8ac

Analogous Colors of #acdfa8

#acdfa8 #a8dfc0 #c8dfa8

Monochromatic Colors of #acdfa8

#acdfa8

Complementary Color

#acdfa8 #dba8df

#acdfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfa8 Color CSS Codes

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

#acdfa8 Text Font Color

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

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


#acdfa8 Background Color

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

This div background color is #acdfa8


#acdfa8 Border Color

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

This div border color is #acdfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfa8


Comments

No comments written yet.

Please login to write comment.