Color Hex Logo

#acdf91 Color Hex

#ACDF91
(172,223,145)
0 Favorites   0 Comments

Color spaces of #acdf91

RGB 172223145
HSL0.280.550.72
HSV99°35°87°
CMYK 0.230.000.35   0.13
XYZ48.511863.590336.5054
Yxy63.59030.32640.4279
Hunter Lab79.7435-30.961128.6784
CIE-Lab83.7520-30.383133.0457

#acdf91 color RGB value is (172,223,145).

#acdf91 hex color red value is 172, green value is 223 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #acdf91 hue: 0.28 , saturation: 0.55 and the lightness value of acdf91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10010001
Octal 254 337 221
Decimal 172 223 145
Hex AC DF 91

RGB Percentages of Color #acdf91

%31.85
%41.30
%26.85

CMYK Percentages of Color #acdf91

%23
%0
%35
%13

Triadic Colors of #acdf91

#acdf91 #91acdf #df91ac

Analogous Colors of #acdf91

#acdf91 #91df9d #d3df91

Monochromatic Colors of #acdf91

#acdf91

Complementary Color

#acdf91 #c491df

#acdf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf91 Color CSS Codes

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

#acdf91 Text Font Color

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

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


#acdf91 Background Color

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

This div background color is #acdf91


#acdf91 Border Color

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

This div border color is #acdf91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf91


Comments

No comments written yet.

Please login to write comment.