Color Hex Logo

#acdec8 Color Hex

#ACDEC8
(172,222,200)
0 Favorites   0 Comments

Color spaces of #acdec8

RGB 172222200
HSL0.430.430.77
HSV154°23°87°
CMYK 0.230.000.10   0.13
XYZ53.559965.183364.4023
Yxy65.18330.29240.3559
Hunter Lab80.7362-22.87259.2204
CIE-Lab84.5781-20.53865.5261

#acdec8 color RGB value is (172,222,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11001000
Octal 254 336 310
Decimal 172 222 200
Hex AC DE C8

RGB Percentages of Color #acdec8

%28.96
%37.37
%33.67

CMYK Percentages of Color #acdec8

%23
%0
%10
%13

Triadic Colors of #acdec8

#acdec8 #c8acde #dec8ac

Analogous Colors of #acdec8

#acdec8 #acdbde #acdeaf

Monochromatic Colors of #acdec8

#acdec8

Complementary Color

#acdec8 #deacc2

#acdec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdec8 Color CSS Codes

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

#acdec8 Text Font Color

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

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


#acdec8 Background Color

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

This div background color is #acdec8


#acdec8 Border Color

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

This div border color is #acdec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdec8


Comments

No comments written yet.

Please login to write comment.