Color Hex Logo

#acda0a Color Hex

#ACDA0A
(172,218,10)
0 Favorites   0 Comments

Color spaces of #acda0a

RGB 17221810
HSL0.200.910.45
HSV73°95°85°
CMYK 0.210.000.95   0.15
XYZ42.139458.93549.4418
Yxy58.93540.38130.5333
Hunter Lab76.7694-36.366246.4466
CIE-Lab81.2561-37.948379.1588

#acda0a color RGB value is (172,218,10).

#acda0a hex color red value is 172, green value is 218 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #acda0a hue: 0.20 , saturation: 0.91 and the lightness value of acda0a is 0.45.

The process color (four color CMYK) of #acda0a color hex is 0.21, 0.00, 0.95, 0.15. Web safe color of #acda0a is #99cc00. Color #acda0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00001010
Octal 254 332 12
Decimal 172 218 10
Hex AC DA A

RGB Percentages of Color #acda0a

%43.00
%54.50
%2.50

CMYK Percentages of Color #acda0a

%21
%0
%95
%15

Triadic Colors of #acda0a

#acda0a #0aacda #da0aac

Analogous Colors of #acda0a

#acda0a #44da0a #daa00a

Monochromatic Colors of #acda0a

#acda0a

Complementary Color

#acda0a #380ada

#acda0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda0a Color CSS Codes

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

#acda0a Text Font Color

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

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


#acda0a Background Color

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

This div background color is #acda0a


#acda0a Border Color

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

This div border color is #acda0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda0a


Comments

No comments written yet.

Please login to write comment.