Color Hex Logo

#acdfbd Color Hex

#ACDFBD
(172,223,189)
0 Favorites   0 Comments

Color spaces of #acdfbd

RGB 172223189
HSL0.390.440.77
HSV140°23°87°
CMYK 0.230.000.15   0.13
XYZ52.586265.220157.9613
Yxy65.22010.29920.3711
Hunter Lab80.7590-25.097913.9784
CIE-Lab84.5970-23.138111.3532

#acdfbd color RGB value is (172,223,189).

#acdfbd hex color red value is 172, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acdfbd hue: 0.39 , saturation: 0.44 and the lightness value of acdfbd is 0.77.

The process color (four color CMYK) of #acdfbd color hex is 0.23, 0.00, 0.15, 0.13. Web safe color of #acdfbd is #99cccc. Color #acdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10111101
Octal 254 337 275
Decimal 172 223 189
Hex AC DF BD

RGB Percentages of Color #acdfbd

%29.45
%38.18
%32.36

CMYK Percentages of Color #acdfbd

%23
%0
%15
%13

Triadic Colors of #acdfbd

#acdfbd #bdacdf #dfbdac

Analogous Colors of #acdfbd

#acdfbd #acdfd7 #b5dfac

Monochromatic Colors of #acdfbd

#acdfbd

Complementary Color

#acdfbd #dfacce

#acdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfbd Color CSS Codes

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

#acdfbd Text Font Color

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

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


#acdfbd Background Color

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

This div background color is #acdfbd


#acdfbd Border Color

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

This div border color is #acdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfbd


Comments

No comments written yet.

Please login to write comment.