Color Hex Logo

#acdace Color Hex

#ACDACE
(172,218,206)
0 Favorites   0 Comments

Color spaces of #acdace

RGB 172218206
HSL0.460.380.76
HSV164°21°85°
CMYK 0.210.000.06   0.15
XYZ53.225263.369767.8188
Yxy63.36970.28860.3436
Hunter Lab79.6051-19.96105.2120
CIE-Lab83.6365-17.34210.9849

#acdace color RGB value is (172,218,206).

#acdace hex color red value is 172, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acdace hue: 0.46 , saturation: 0.38 and the lightness value of acdace is 0.76.

The process color (four color CMYK) of #acdace color hex is 0.21, 0.00, 0.06, 0.15. Web safe color of #acdace is #99cccc. Color #acdace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11001110
Octal 254 332 316
Decimal 172 218 206
Hex AC DA CE

RGB Percentages of Color #acdace

%28.86
%36.58
%34.56

CMYK Percentages of Color #acdace

%21
%0
%6
%15

Triadic Colors of #acdace

#acdace #ceacda #daceac

Analogous Colors of #acdace

#acdace #accfda #acdab7

Monochromatic Colors of #acdace

#acdace

Complementary Color

#acdace #daacb8

#acdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdace Color CSS Codes

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

#acdace Text Font Color

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

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


#acdace Background Color

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

This div background color is #acdace


#acdace Border Color

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

This div border color is #acdace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdace


Comments

No comments written yet.

Please login to write comment.