Color Hex Logo

#acd9eb Color Hex

#ACD9EB
(172,217,235)
0 Favorites   0 Comments

Color spaces of #acd9eb

RGB 172217235
HSL0.550.610.80
HSV197°27°92°
CMYK 0.270.080.00   0.08
XYZ56.821564.394588.0318
Yxy64.39450.27160.3077
Hunter Lab80.2462-14.0368-8.8701
CIE-Lab84.1707-10.5643-13.6105

#acd9eb color RGB value is (172,217,235).

#acd9eb hex color red value is 172, green value is 217 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acd9eb hue: 0.55 , saturation: 0.61 and the lightness value of acd9eb is 0.80.

The process color (four color CMYK) of #acd9eb color hex is 0.27, 0.08, 0.00, 0.08. Web safe color of #acd9eb is #99ccff. Color #acd9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 11101011
Octal 254 331 353
Decimal 172 217 235
Hex AC D9 EB

RGB Percentages of Color #acd9eb

%27.56
%34.78
%37.66

CMYK Percentages of Color #acd9eb

%27
%8
%0
%8

Triadic Colors of #acd9eb

#acd9eb #ebacd9 #d9ebac

Analogous Colors of #acd9eb

#acd9eb #acbaeb #acebde

Monochromatic Colors of #acd9eb

#acd9eb

Complementary Color

#acd9eb #ebbeac

#acd9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9eb Color CSS Codes

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

#acd9eb Text Font Color

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

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


#acd9eb Background Color

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

This div background color is #acd9eb


#acd9eb Border Color

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

This div border color is #acd9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9eb


Comments

No comments written yet.

Please login to write comment.