Color Hex Logo

#acd123 Color Hex

#ACD123
(172,209,35)
0 Favorites   0 Comments

Color spaces of #acd123

RGB 17220935
HSL0.200.710.48
HSV73°83°82°
CMYK 0.180.000.83   0.18
XYZ40.117154.49299.9939
Yxy54.49290.38350.5209
Hunter Lab73.8193-32.178043.6466
CIE-Lab78.7483-33.338073.1421

#acd123 color RGB value is (172,209,35).

#acd123 hex color red value is 172, green value is 209 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #acd123 hue: 0.20 , saturation: 0.71 and the lightness value of acd123 is 0.48.

The process color (four color CMYK) of #acd123 color hex is 0.18, 0.00, 0.83, 0.18. Web safe color of #acd123 is #99cc33. Color #acd123 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 00100011
Octal 254 321 43
Decimal 172 209 35
Hex AC D1 23

RGB Percentages of Color #acd123

%41.35
%50.24
%8.41

CMYK Percentages of Color #acd123

%18
%0
%83
%18

Triadic Colors of #acd123

#acd123 #23acd1 #d123ac

Analogous Colors of #acd123

#acd123 #55d123 #d19f23

Monochromatic Colors of #acd123

#acd123

Complementary Color

#acd123 #4823d1

#acd123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd123 Color CSS Codes

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

#acd123 Text Font Color

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

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


#acd123 Background Color

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

This div background color is #acd123


#acd123 Border Color

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

This div border color is #acd123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd123


Comments

No comments written yet.

Please login to write comment.