Color Hex Logo

#acdfdd Color Hex

#ACDFDD
(172,223,221)
0 Favorites   0 Comments

Color spaces of #acdfdd

RGB 172223221
HSL0.490.440.77
HSV178°23°87°
CMYK 0.230.000.01   0.13
XYZ56.452166.766578.3185
Yxy66.76650.28010.3313
Hunter Lab81.7108-19.67230.3690
CIE-Lab85.3859-16.7167-4.3940

#acdfdd color RGB value is (172,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11011101
Octal 254 337 335
Decimal 172 223 221
Hex AC DF DD

RGB Percentages of Color #acdfdd

%27.92
%36.20
%35.88

CMYK Percentages of Color #acdfdd

%23
%0
%1
%13

Triadic Colors of #acdfdd

#acdfdd #ddacdf #dfddac

Analogous Colors of #acdfdd

#acdfdd #acc8df #acdfc4

Monochromatic Colors of #acdfdd

#acdfdd

Complementary Color

#acdfdd #dfacae

#acdfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfdd Color CSS Codes

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

#acdfdd Text Font Color

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

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


#acdfdd Background Color

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

This div background color is #acdfdd


#acdfdd Border Color

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

This div border color is #acdfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfdd

#acdfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.