Color Hex Logo

#acd46b Color Hex

#ACD46B
(172,212,107)
0 Favorites   0 Comments

Color spaces of #acd46b

RGB 172212107
HSL0.230.550.63
HSV83°50°83°
CMYK 0.190.000.50   0.17
XYZ43.210656.919222.6190
Yxy56.91920.35200.4637
Hunter Lab75.4448-29.793535.0357
CIE-Lab80.1341-29.908847.2987

#acd46b color RGB value is (172,212,107).

#acd46b hex color red value is 172, green value is 212 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #acd46b hue: 0.23 , saturation: 0.55 and the lightness value of acd46b is 0.63.

The process color (four color CMYK) of #acd46b color hex is 0.19, 0.00, 0.50, 0.17. Web safe color of #acd46b is #99cc66. Color #acd46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 01101011
Octal 254 324 153
Decimal 172 212 107
Hex AC D4 6B

RGB Percentages of Color #acd46b

%35.03
%43.18
%21.79

CMYK Percentages of Color #acd46b

%19
%0
%50
%17

Triadic Colors of #acd46b

#acd46b #6bacd4 #d46bac

Analogous Colors of #acd46b

#acd46b #78d46b #d4c86b

Monochromatic Colors of #acd46b

#acd46b

Complementary Color

#acd46b #936bd4

#acd46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd46b Color CSS Codes

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

#acd46b Text Font Color

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

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


#acd46b Background Color

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

This div background color is #acd46b


#acd46b Border Color

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

This div border color is #acd46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd46b


Comments

No comments written yet.

Please login to write comment.