Color Hex Logo

#acdcde Color Hex

#ACDCDE
(172,220,222)
0 Favorites   0 Comments

Color spaces of #acdcde

RGB 172220222
HSL0.510.430.77
HSV182°23°87°
CMYK 0.230.010.00   0.13
XYZ55.791365.231078.7576
Yxy65.23100.27930.3265
Hunter Lab80.7657-18.0358-1.2799
CIE-Lab84.6026-14.9869-6.0787

#acdcde color RGB value is (172,220,222).

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

The process color (four color CMYK) of #acdcde color hex is 0.23, 0.01, 0.00, 0.13. Web safe color of #acdcde is #99cccc. Color #acdcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11011110
Octal 254 334 336
Decimal 172 220 222
Hex AC DC DE

RGB Percentages of Color #acdcde

%28.01
%35.83
%36.16

CMYK Percentages of Color #acdcde

%23
%1
%0
%13

Triadic Colors of #acdcde

#acdcde #deacdc #dcdeac

Analogous Colors of #acdcde

#acdcde #acc3de #acdec7

Monochromatic Colors of #acdcde

#acdcde

Complementary Color

#acdcde #deaeac

#acdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcde Color CSS Codes

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

#acdcde Text Font Color

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

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


#acdcde Background Color

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

This div background color is #acdcde


#acdcde Border Color

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

This div border color is #acdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcde


Comments

No comments written yet.

Please login to write comment.