Color Hex Logo

#acd9ea Color Hex

#ACD9EA
(172,217,234)
0 Favorites   0 Comments

Color spaces of #acd9ea

RGB 172217234
HSL0.550.600.80
HSV196°26°92°
CMYK 0.260.070.00   0.08
XYZ56.677464.336987.2729
Yxy64.33690.27210.3089
Hunter Lab80.2103-14.2381-8.3634
CIE-Lab84.1409-10.7918-13.1251

#acd9ea color RGB value is (172,217,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 11101010
Octal 254 331 352
Decimal 172 217 234
Hex AC D9 EA

RGB Percentages of Color #acd9ea

%27.61
%34.83
%37.56

CMYK Percentages of Color #acd9ea

%26
%7
%0
%8

Triadic Colors of #acd9ea

#acd9ea #eaacd9 #d9eaac

Analogous Colors of #acd9ea

#acd9ea #acbaea #aceadc

Monochromatic Colors of #acd9ea

#acd9ea

Complementary Color

#acd9ea #eabdac

#acd9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9ea Color CSS Codes

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

#acd9ea Text Font Color

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

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


#acd9ea Background Color

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

This div background color is #acd9ea


#acd9ea Border Color

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

This div border color is #acd9ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,217,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 #acd9ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9ea


Comments

No comments written yet.

Please login to write comment.