Color Hex Logo

#acded4 Color Hex

#ACDED4
(172,222,212)
0 Favorites   0 Comments

Color spaces of #acded4

RGB 172222212
HSL0.470.430.77
HSV168°23°87°
CMYK 0.230.000.05   0.13
XYZ55.018265.766772.0818
Yxy65.76670.28530.3410
Hunter Lab81.0967-20.81994.0685
CIE-Lab84.8773-18.1134-0.3821

#acded4 color RGB value is (172,222,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11010100
Octal 254 336 324
Decimal 172 222 212
Hex AC DE D4

RGB Percentages of Color #acded4

%28.38
%36.63
%34.98

CMYK Percentages of Color #acded4

%23
%0
%5
%13

Triadic Colors of #acded4

#acded4 #d4acde #ded4ac

Analogous Colors of #acded4

#acded4 #accfde #acdebb

Monochromatic Colors of #acded4

#acded4

Complementary Color

#acded4 #deacb6

#acded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acded4 Color CSS Codes

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

#acded4 Text Font Color

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

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


#acded4 Background Color

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

This div background color is #acded4


#acded4 Border Color

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

This div border color is #acded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acded4


Comments

No comments written yet.

Please login to write comment.