Color Hex Logo

#acded7 Color Hex

#ACDED7
(172,222,215)
0 Favorites   0 Comments

Color spaces of #acded7

RGB 172222215
HSL0.480.430.77
HSV172°23°87°
CMYK 0.230.000.03   0.13
XYZ55.400365.919574.0938
Yxy65.91950.28350.3373
Hunter Lab81.1908-20.28502.7262
CIE-Lab84.9553-17.4875-1.8545

#acded7 color RGB value is (172,222,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11010111
Octal 254 336 327
Decimal 172 222 215
Hex AC DE D7

RGB Percentages of Color #acded7

%28.24
%36.45
%35.30

CMYK Percentages of Color #acded7

%23
%0
%3
%13

Triadic Colors of #acded7

#acded7 #d7acde #ded7ac

Analogous Colors of #acded7

#acded7 #acccde #acdebe

Monochromatic Colors of #acded7

#acded7

Complementary Color

#acded7 #deacb3

#acded7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acded7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acded7 Color CSS Codes

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

#acded7 Text Font Color

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

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


#acded7 Background Color

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

This div background color is #acded7


#acded7 Border Color

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

This div border color is #acded7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acded7


Comments

No comments written yet.

Please login to write comment.