Color Hex Logo

#acdf77 Color Hex

#ACDF77
(172,223,119)
0 Favorites   0 Comments

Color spaces of #acdf77

RGB 172223119
HSL0.250.620.67
HSV89°47°87°
CMYK 0.230.000.47   0.13
XYZ46.730762.877927.1264
Yxy62.87790.34180.4599
Hunter Lab79.2956-33.573135.2243
CIE-Lab83.3781-33.722845.4952

#acdf77 color RGB value is (172,223,119).

#acdf77 hex color red value is 172, green value is 223 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #acdf77 hue: 0.25 , saturation: 0.62 and the lightness value of acdf77 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01110111
Octal 254 337 167
Decimal 172 223 119
Hex AC DF 77

RGB Percentages of Color #acdf77

%33.46
%43.39
%23.15

CMYK Percentages of Color #acdf77

%23
%0
%47
%13

Triadic Colors of #acdf77

#acdf77 #77acdf #df77ac

Analogous Colors of #acdf77

#acdf77 #78df77 #dfde77

Monochromatic Colors of #acdf77

#acdf77

Complementary Color

#acdf77 #aa77df

#acdf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf77 Color CSS Codes

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

#acdf77 Text Font Color

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

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


#acdf77 Background Color

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

This div background color is #acdf77


#acdf77 Border Color

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

This div border color is #acdf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf77

#acdf77 Color Palettes


Comments

No comments written yet.

Please login to write comment.