Color Hex Logo

#acdf48 Color Hex

#ACDF48
(172,223,72)
0 Favorites   0 Comments

Color spaces of #acdf48

RGB 17222372
HSL0.220.700.58
HSV80°68°87°
CMYK 0.230.000.68   0.13
XYZ44.570662.013915.7516
Yxy62.01390.36430.5069
Hunter Lab78.7489-36.782543.2649
CIE-Lab82.9208-37.928465.5623

#acdf48 color RGB value is (172,223,72).

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

The process color (four color CMYK) of #acdf48 color hex is 0.23, 0.00, 0.68, 0.13. Web safe color of #acdf48 is #99cc33. Color #acdf48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01001000
Octal 254 337 110
Decimal 172 223 72
Hex AC DF 48

RGB Percentages of Color #acdf48

%36.83
%47.75
%15.42

CMYK Percentages of Color #acdf48

%23
%0
%68
%13

Triadic Colors of #acdf48

#acdf48 #48acdf #df48ac

Analogous Colors of #acdf48

#acdf48 #61df48 #dfc748

Monochromatic Colors of #acdf48

#acdf48

Complementary Color

#acdf48 #7b48df

#acdf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf48 Color CSS Codes

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

#acdf48 Text Font Color

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

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


#acdf48 Background Color

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

This div background color is #acdf48


#acdf48 Border Color

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

This div border color is #acdf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf48


Comments

No comments written yet.

Please login to write comment.