Color Hex Logo

#acdb5e Color Hex

#ACDB5E
(172,219,94)
0 Favorites   0 Comments

Color spaces of #acdb5e

RGB 17221994
HSL0.230.630.61
HSV83°57°86°
CMYK 0.210.000.57   0.14
XYZ44.365260.241819.8792
Yxy60.24180.35640.4839
Hunter Lab77.6156-33.796439.1453
CIE-Lab81.9694-34.425355.4528

#acdb5e color RGB value is (172,219,94).

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

The process color (four color CMYK) of #acdb5e color hex is 0.21, 0.00, 0.57, 0.14. Web safe color of #acdb5e is #99cc66. Color #acdb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 01011110
Octal 254 333 136
Decimal 172 219 94
Hex AC DB 5E

RGB Percentages of Color #acdb5e

%35.46
%45.15
%19.38

CMYK Percentages of Color #acdb5e

%21
%0
%57
%14

Triadic Colors of #acdb5e

#acdb5e #5eacdb #db5eac

Analogous Colors of #acdb5e

#acdb5e #6edb5e #dbcc5e

Monochromatic Colors of #acdb5e

#acdb5e

Complementary Color

#acdb5e #8d5edb

#acdb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb5e Color CSS Codes

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

#acdb5e Text Font Color

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

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


#acdb5e Background Color

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

This div background color is #acdb5e


#acdb5e Border Color

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

This div border color is #acdb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb5e


Comments

No comments written yet.

Please login to write comment.