Color Hex Logo

#acd8ea Color Hex

#ACD8EA
(172,216,234)
0 Favorites   0 Comments

Color spaces of #acd8ea

RGB 172216234
HSL0.550.600.80
HSV197°26°92°
CMYK 0.260.080.00   0.08
XYZ56.420463.822987.1873
Yxy63.82290.27200.3077
Hunter Lab79.8892-13.7436-8.7838
CIE-Lab83.8735-10.2763-13.5254

#acd8ea color RGB value is (172,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 11101010
Octal 254 330 352
Decimal 172 216 234
Hex AC D8 EA

RGB Percentages of Color #acd8ea

%27.65
%34.73
%37.62

CMYK Percentages of Color #acd8ea

%26
%8
%0
%8

Triadic Colors of #acd8ea

#acd8ea #eaacd8 #d8eaac

Analogous Colors of #acd8ea

#acd8ea #acb9ea #aceadd

Monochromatic Colors of #acd8ea

#acd8ea

Complementary Color

#acd8ea #eabeac

#acd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd8ea Color CSS Codes

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

#acd8ea Text Font Color

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

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


#acd8ea Background Color

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

This div background color is #acd8ea


#acd8ea Border Color

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

This div border color is #acd8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd8ea


Comments

No comments written yet.

Please login to write comment.