Color Hex Logo

#acd752 Color Hex

#ACD752
(172,215,82)
0 Favorites   0 Comments

Color spaces of #acd752

RGB 17221582
HSL0.220.620.58
HSV79°62°84°
CMYK 0.200.000.62   0.16
XYZ42.836757.980716.9163
Yxy57.98070.36380.4925
Hunter Lab76.1451-32.835640.1297
CIE-Lab80.7281-33.580959.2552

#acd752 color RGB value is (172,215,82).

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

The process color (four color CMYK) of #acd752 color hex is 0.20, 0.00, 0.62, 0.16. Web safe color of #acd752 is #99cc66. Color #acd752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01010010
Octal 254 327 122
Decimal 172 215 82
Hex AC D7 52

RGB Percentages of Color #acd752

%36.67
%45.84
%17.48

CMYK Percentages of Color #acd752

%20
%0
%62
%16

Triadic Colors of #acd752

#acd752 #52acd7 #d752ac

Analogous Colors of #acd752

#acd752 #6ad752 #d7c052

Monochromatic Colors of #acd752

#acd752

Complementary Color

#acd752 #7d52d7

#acd752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd752 Color CSS Codes

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

#acd752 Text Font Color

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

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


#acd752 Background Color

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

This div background color is #acd752


#acd752 Border Color

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

This div border color is #acd752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd752


Comments

No comments written yet.

Please login to write comment.