Color Hex Logo

#acdf92 Color Hex

#ACDF92
(172,223,146)
0 Favorites   0 Comments

Color spaces of #acdf92

RGB 172223146
HSL0.280.550.72
HSV100°35°87°
CMYK 0.230.000.35   0.13
XYZ48.589263.621336.9134
Yxy63.62130.32580.4266
Hunter Lab79.7630-30.848328.3953
CIE-Lab83.7682-30.240632.5579

#acdf92 color RGB value is (172,223,146).

#acdf92 hex color red value is 172, green value is 223 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #acdf92 hue: 0.28 , saturation: 0.55 and the lightness value of acdf92 is 0.72.

The process color (four color CMYK) of #acdf92 color hex is 0.23, 0.00, 0.35, 0.13. Web safe color of #acdf92 is #99cc99. Color #acdf92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10010010
Octal 254 337 222
Decimal 172 223 146
Hex AC DF 92

RGB Percentages of Color #acdf92

%31.79
%41.22
%26.99

CMYK Percentages of Color #acdf92

%23
%0
%35
%13

Triadic Colors of #acdf92

#acdf92 #92acdf #df92ac

Analogous Colors of #acdf92

#acdf92 #92df9f #d3df92

Monochromatic Colors of #acdf92

#acdf92

Complementary Color

#acdf92 #c592df

#acdf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf92 Color CSS Codes

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

#acdf92 Text Font Color

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

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


#acdf92 Background Color

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

This div background color is #acdf92


#acdf92 Border Color

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

This div border color is #acdf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf92


Comments

No comments written yet.

Please login to write comment.