Color Hex Logo

#acd08f Color Hex

#ACD08F
(172,208,143)
0 Favorites   0 Comments

Color spaces of #acd08f

RGB 172208143
HSL0.260.410.69
HSV93°31°82°
CMYK 0.170.000.31   0.18
XYZ44.527155.865634.4229
Yxy55.86560.33030.4144
Hunter Lab74.7433-24.462325.0144
CIE-Lab79.5373-23.470628.4728

#acd08f color RGB value is (172,208,143).

#acd08f hex color red value is 172, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acd08f hue: 0.26 , saturation: 0.41 and the lightness value of acd08f is 0.69.

The process color (four color CMYK) of #acd08f color hex is 0.17, 0.00, 0.31, 0.18. Web safe color of #acd08f is #99cc99. Color #acd08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 10001111
Octal 254 320 217
Decimal 172 208 143
Hex AC D0 8F

RGB Percentages of Color #acd08f

%32.89
%39.77
%27.34

CMYK Percentages of Color #acd08f

%17
%0
%31
%18

Triadic Colors of #acd08f

#acd08f #8facd0 #d08fac

Analogous Colors of #acd08f

#acd08f #8fd093 #cdd08f

Monochromatic Colors of #acd08f

#acd08f

Complementary Color

#acd08f #b38fd0

#acd08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd08f Color CSS Codes

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

#acd08f Text Font Color

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

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


#acd08f Background Color

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

This div background color is #acd08f


#acd08f Border Color

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

This div border color is #acd08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd08f


Comments

No comments written yet.

Please login to write comment.