Color Hex Logo

#acd158 Color Hex

#ACD158
(172,209,88)
0 Favorites   0 Comments

Color spaces of #acd158

RGB 17220988
HSL0.220.570.58
HSV78°58°82°
CMYK 0.180.000.58   0.18
XYZ41.575255.076217.6720
Yxy55.07620.36370.4818
Hunter Lab74.2133-29.875537.8309
CIE-Lab79.0851-30.300054.8448

#acd158 color RGB value is (172,209,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01011000
Octal 254 321 130
Decimal 172 209 88
Hex AC D1 58

RGB Percentages of Color #acd158

%36.67
%44.56
%18.76

CMYK Percentages of Color #acd158

%18
%0
%58
%18

Triadic Colors of #acd158

#acd158 #58acd1 #d158ac

Analogous Colors of #acd158

#acd158 #70d158 #d1ba58

Monochromatic Colors of #acd158

#acd158

Complementary Color

#acd158 #7d58d1

#acd158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd158 Color CSS Codes

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

#acd158 Text Font Color

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

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


#acd158 Background Color

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

This div background color is #acd158


#acd158 Border Color

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

This div border color is #acd158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,209,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 #acd158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd158


Comments

No comments written yet.

Please login to write comment.