Color Hex Logo

#acd635 Color Hex

#ACD635
(172,214,53)
0 Favorites   0 Comments

Color spaces of #acd635

RGB 17221453
HSL0.210.660.52
HSV76°75°84°
CMYK 0.200.000.75   0.16
XYZ41.702457.120812.1956
Yxy57.12080.37560.5145
Hunter Lab75.5783-33.769843.3376
CIE-Lab80.2475-34.923569.5364

#acd635 color RGB value is (172,214,53).

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

The process color (four color CMYK) of #acd635 color hex is 0.20, 0.00, 0.75, 0.16. Web safe color of #acd635 is #99cc33. Color #acd635 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 00110101
Octal 254 326 65
Decimal 172 214 53
Hex AC D6 35

RGB Percentages of Color #acd635

%39.18
%48.75
%12.07

CMYK Percentages of Color #acd635

%20
%0
%75
%16

Triadic Colors of #acd635

#acd635 #35acd6 #d635ac

Analogous Colors of #acd635

#acd635 #5cd635 #d6b035

Monochromatic Colors of #acd635

#acd635

Complementary Color

#acd635 #5f35d6

#acd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd635 Color CSS Codes

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

#acd635 Text Font Color

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

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


#acd635 Background Color

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

This div background color is #acd635


#acd635 Border Color

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

This div border color is #acd635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd635


Comments

No comments written yet.

Please login to write comment.