Color Hex Logo

#acd268 Color Hex

#ACD268
(172,210,104)
0 Favorites   0 Comments

Color spaces of #acd268

RGB 172210104
HSL0.230.540.62
HSV82°50°82°
CMYK 0.180.000.50   0.18
XYZ42.558555.863321.6363
Yxy55.86330.35450.4653
Hunter Lab74.7418-29.158935.1559
CIE-Lab79.5360-29.274248.0082

#acd268 color RGB value is (172,210,104).

#acd268 hex color red value is 172, green value is 210 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #acd268 hue: 0.23 , saturation: 0.54 and the lightness value of acd268 is 0.62.

The process color (four color CMYK) of #acd268 color hex is 0.18, 0.00, 0.50, 0.18. Web safe color of #acd268 is #99cc66. Color #acd268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 01101000
Octal 254 322 150
Decimal 172 210 104
Hex AC D2 68

RGB Percentages of Color #acd268

%35.39
%43.21
%21.40

CMYK Percentages of Color #acd268

%18
%0
%50
%18

Triadic Colors of #acd268

#acd268 #68acd2 #d268ac

Analogous Colors of #acd268

#acd268 #77d268 #d2c368

Monochromatic Colors of #acd268

#acd268

Complementary Color

#acd268 #8e68d2

#acd268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd268 Color CSS Codes

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

#acd268 Text Font Color

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

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


#acd268 Background Color

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

This div background color is #acd268


#acd268 Border Color

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

This div border color is #acd268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd268


Comments

No comments written yet.

Please login to write comment.