Color Hex Logo

#acde8b Color Hex

#ACDE8B
(172,222,139)
0 Favorites   0 Comments

Color spaces of #acde8b

RGB 172222139
HSL0.270.560.71
HSV96°37°87°
CMYK 0.230.000.37   0.13
XYZ47.794762.877334.0436
Yxy62.87730.33030.4345
Hunter Lab79.2952-31.176830.0518
CIE-Lab83.3778-30.748835.5966

#acde8b color RGB value is (172,222,139).

#acde8b hex color red value is 172, green value is 222 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acde8b hue: 0.27 , saturation: 0.56 and the lightness value of acde8b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10001011
Octal 254 336 213
Decimal 172 222 139
Hex AC DE 8B

RGB Percentages of Color #acde8b

%32.27
%41.65
%26.08

CMYK Percentages of Color #acde8b

%23
%0
%37
%13

Triadic Colors of #acde8b

#acde8b #8bacde #de8bac

Analogous Colors of #acde8b

#acde8b #8bde94 #d6de8b

Monochromatic Colors of #acde8b

#acde8b

Complementary Color

#acde8b #bd8bde

#acde8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde8b Color CSS Codes

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

#acde8b Text Font Color

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

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


#acde8b Background Color

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

This div background color is #acde8b


#acde8b Border Color

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

This div border color is #acde8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde8b


Comments

No comments written yet.

Please login to write comment.