Color Hex Logo

#acdb99 Color Hex

#ACDB99
(172,219,153)
0 Favorites   0 Comments

Color spaces of #acdb99

RGB 172219153
HSL0.290.480.73
HSV103°30°86°
CMYK 0.210.000.30   0.14
XYZ48.094561.733639.5179
Yxy61.73360.32200.4134
Hunter Lab78.5707-28.235925.1790
CIE-Lab82.7715-27.306127.6339

#acdb99 color RGB value is (172,219,153).

#acdb99 hex color red value is 172, green value is 219 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acdb99 hue: 0.29 , saturation: 0.48 and the lightness value of acdb99 is 0.73.

The process color (four color CMYK) of #acdb99 color hex is 0.21, 0.00, 0.30, 0.14. Web safe color of #acdb99 is #99cc99. Color #acdb99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10011001
Octal 254 333 231
Decimal 172 219 153
Hex AC DB 99

RGB Percentages of Color #acdb99

%31.62
%40.26
%28.13

CMYK Percentages of Color #acdb99

%21
%0
%30
%14

Triadic Colors of #acdb99

#acdb99 #99acdb #db99ac

Analogous Colors of #acdb99

#acdb99 #99dba7 #cddb99

Monochromatic Colors of #acdb99

#acdb99

Complementary Color

#acdb99 #c899db

#acdb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb99 Color CSS Codes

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

#acdb99 Text Font Color

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

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


#acdb99 Background Color

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

This div background color is #acdb99


#acdb99 Border Color

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

This div border color is #acdb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb99


Comments

No comments written yet.

Please login to write comment.