Color Hex Logo

#acded1 Color Hex

#ACDED1
(172,222,209)
0 Favorites   0 Comments

Color spaces of #acded1

RGB 172222209
HSL0.460.430.77
HSV164°23°87°
CMYK 0.230.000.06   0.13
XYZ54.643265.616770.1069
Yxy65.61670.28700.3447
Hunter Lab81.0041-21.34605.3890
CIE-Lab84.8005-18.73151.0922

#acded1 color RGB value is (172,222,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11010001
Octal 254 336 321
Decimal 172 222 209
Hex AC DE D1

RGB Percentages of Color #acded1

%28.52
%36.82
%34.66

CMYK Percentages of Color #acded1

%23
%0
%6
%13

Triadic Colors of #acded1

#acded1 #d1acde #ded1ac

Analogous Colors of #acded1

#acded1 #acd2de #acdeb8

Monochromatic Colors of #acded1

#acded1

Complementary Color

#acded1 #deacb9

#acded1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acded1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acded1 Color CSS Codes

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

#acded1 Text Font Color

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

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


#acded1 Background Color

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

This div background color is #acded1


#acded1 Border Color

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

This div border color is #acded1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acded1


Comments

No comments written yet.

Please login to write comment.