Color Hex Logo

#acd258 Color Hex

#ACD258
(172,210,88)
0 Favorites   0 Comments

Color spaces of #acd258

RGB 17221088
HSL0.220.580.58
HSV79°58°82°
CMYK 0.180.000.58   0.18
XYZ41.821355.568417.7541
Yxy55.56840.36320.4826
Hunter Lab74.5442-30.309138.0599
CIE-Lab79.3675-30.769955.1630

#acd258 color RGB value is (172,210,88).

#acd258 hex color red value is 172, green value is 210 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #acd258 hue: 0.22 , saturation: 0.58 and the lightness value of acd258 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 01011000
Octal 254 322 130
Decimal 172 210 88
Hex AC D2 58

RGB Percentages of Color #acd258

%36.60
%44.68
%18.72

CMYK Percentages of Color #acd258

%18
%0
%58
%18

Triadic Colors of #acd258

#acd258 #58acd2 #d258ac

Analogous Colors of #acd258

#acd258 #6fd258 #d2bb58

Monochromatic Colors of #acd258

#acd258

Complementary Color

#acd258 #7e58d2

#acd258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd258 Color CSS Codes

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

#acd258 Text Font Color

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

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


#acd258 Background Color

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

This div background color is #acd258


#acd258 Border Color

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

This div border color is #acd258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd258


Comments

No comments written yet.

Please login to write comment.