Color Hex Logo

#acd23b Color Hex

#ACD23B
(172,210,59)
0 Favorites   0 Comments

Color spaces of #acd23b

RGB 17221059
HSL0.210.630.53
HSV75°72°82°
CMYK 0.180.000.72   0.18
XYZ40.849355.179612.6354
Yxy55.17960.37590.5078
Hunter Lab74.2830-31.835441.9130
CIE-Lab79.1446-32.778366.4896

#acd23b color RGB value is (172,210,59).

#acd23b hex color red value is 172, green value is 210 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #acd23b hue: 0.21 , saturation: 0.63 and the lightness value of acd23b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 00111011
Octal 254 322 73
Decimal 172 210 59
Hex AC D2 3B

RGB Percentages of Color #acd23b

%39.00
%47.62
%13.38

CMYK Percentages of Color #acd23b

%18
%0
%72
%18

Triadic Colors of #acd23b

#acd23b #3bacd2 #d23bac

Analogous Colors of #acd23b

#acd23b #61d23b #d2ad3b

Monochromatic Colors of #acd23b

#acd23b

Complementary Color

#acd23b #613bd2

#acd23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd23b Color CSS Codes

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

#acd23b Text Font Color

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

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


#acd23b Background Color

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

This div background color is #acd23b


#acd23b Border Color

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

This div border color is #acd23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd23b


Comments

No comments written yet.

Please login to write comment.