Color Hex Logo

#acd034 Color Hex

#ACD034
(172,208,52)
0 Favorites   0 Comments

Color spaces of #acd034

RGB 17220852
HSL0.210.620.51
HSV74°75°82°
CMYK 0.170.000.75   0.18
XYZ40.189054.130311.5788
Yxy54.13030.37950.5112
Hunter Lab73.5733-31.248642.1704
CIE-Lab78.5376-32.206368.2419

#acd034 color RGB value is (172,208,52).

#acd034 hex color red value is 172, green value is 208 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #acd034 hue: 0.21 , saturation: 0.62 and the lightness value of acd034 is 0.51.

The process color (four color CMYK) of #acd034 color hex is 0.17, 0.00, 0.75, 0.18. Web safe color of #acd034 is #99cc33. Color #acd034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 00110100
Octal 254 320 64
Decimal 172 208 52
Hex AC D0 34

RGB Percentages of Color #acd034

%39.81
%48.15
%12.04

CMYK Percentages of Color #acd034

%17
%0
%75
%18

Triadic Colors of #acd034

#acd034 #34acd0 #d034ac

Analogous Colors of #acd034

#acd034 #5ed034 #d0a634

Monochromatic Colors of #acd034

#acd034

Complementary Color

#acd034 #5834d0

#acd034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd034 Color CSS Codes

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

#acd034 Text Font Color

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

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


#acd034 Background Color

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

This div background color is #acd034


#acd034 Border Color

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

This div border color is #acd034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd034


Comments

No comments written yet.

Please login to write comment.