Color Hex Logo

#acd926 Color Hex

#ACD926
(172,217,38)
0 Favorites   0 Comments

Color spaces of #acd926

RGB 17221738
HSL0.210.700.50
HSV75°82°85°
CMYK 0.210.000.82   0.15
XYZ42.176058.536310.9095
Yxy58.53630.37780.5244
Hunter Lab76.5090-35.491745.1021
CIE-Lab81.0360-36.889674.4115

#acd926 color RGB value is (172,217,38).

#acd926 hex color red value is 172, green value is 217 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #acd926 hue: 0.21 , saturation: 0.70 and the lightness value of acd926 is 0.50.

The process color (four color CMYK) of #acd926 color hex is 0.21, 0.00, 0.82, 0.15. Web safe color of #acd926 is #99cc33. Color #acd926 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 00100110
Octal 254 331 46
Decimal 172 217 38
Hex AC D9 26

RGB Percentages of Color #acd926

%40.28
%50.82
%8.90

CMYK Percentages of Color #acd926

%21
%0
%82
%15

Triadic Colors of #acd926

#acd926 #26acd9 #d926ac

Analogous Colors of #acd926

#acd926 #52d926 #d9ad26

Monochromatic Colors of #acd926

#acd926

Complementary Color

#acd926 #5326d9

#acd926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd926 Color CSS Codes

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

#acd926 Text Font Color

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

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


#acd926 Background Color

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

This div background color is #acd926


#acd926 Border Color

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

This div border color is #acd926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd926


Comments

No comments written yet.

Please login to write comment.