Color Hex Logo

#acdedd Color Hex

#ACDEDD
(172,222,221)
0 Favorites   0 Comments

Color spaces of #acdedd

RGB 172222221
HSL0.500.430.77
HSV179°23°87°
CMYK 0.230.000.00   0.13
XYZ56.185766.233778.2297
Yxy66.23370.28000.3301
Hunter Lab81.3841-19.1899-0.0231
CIE-Lab85.1155-16.2133-4.7925

#acdedd color RGB value is (172,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11011101
Octal 254 336 335
Decimal 172 222 221
Hex AC DE DD

RGB Percentages of Color #acdedd

%27.97
%36.10
%35.93

CMYK Percentages of Color #acdedd

%23
%0
%0
%13

Triadic Colors of #acdedd

#acdedd #ddacde #deddac

Analogous Colors of #acdedd

#acdedd #acc6de #acdec4

Monochromatic Colors of #acdedd

#acdedd

Complementary Color

#acdedd #deacad

#acdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdedd Color CSS Codes

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

#acdedd Text Font Color

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

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


#acdedd Background Color

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

This div background color is #acdedd


#acdedd Border Color

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

This div border color is #acdedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,222,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 #acdedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdedd


Comments

No comments written yet.

Please login to write comment.