Color Hex Logo

#acd334 Color Hex

#ACD334
(172,211,52)
0 Favorites   0 Comments

Color spaces of #acd334

RGB 17221152
HSL0.210.640.52
HSV75°75°83°
CMYK 0.180.000.75   0.17
XYZ40.927455.607111.8250
Yxy55.60710.37770.5132
Hunter Lab74.5702-32.529142.7972
CIE-Lab79.3897-33.594469.0440

#acd334 color RGB value is (172,211,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00110100
Octal 254 323 64
Decimal 172 211 52
Hex AC D3 34

RGB Percentages of Color #acd334

%39.54
%48.51
%11.95

CMYK Percentages of Color #acd334

%18
%0
%75
%17

Triadic Colors of #acd334

#acd334 #34acd3 #d334ac

Analogous Colors of #acd334

#acd334 #5cd334 #d3ab34

Monochromatic Colors of #acd334

#acd334

Complementary Color

#acd334 #5b34d3

#acd334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd334 Color CSS Codes

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

#acd334 Text Font Color

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

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


#acd334 Background Color

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

This div background color is #acd334


#acd334 Border Color

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

This div border color is #acd334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd334


Comments

No comments written yet.

Please login to write comment.