Color Hex Logo

#acdeec Color Hex

#ACDEEC
(172,222,236)
0 Favorites   0 Comments

Color spaces of #acdeec

RGB 172222236
HSL0.540.630.80
HSV193°27°93°
CMYK 0.270.060.00   0.07
XYZ58.274967.069389.2311
Yxy67.06930.27160.3126
Hunter Lab81.8958-16.3019-7.2734
CIE-Lab85.5389-12.9005-12.0939

#acdeec color RGB value is (172,222,236).

#acdeec hex color red value is 172, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acdeec hue: 0.54 , saturation: 0.63 and the lightness value of acdeec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11101100
Octal 254 336 354
Decimal 172 222 236
Hex AC DE EC

RGB Percentages of Color #acdeec

%27.30
%35.24
%37.46

CMYK Percentages of Color #acdeec

%27
%6
%0
%7

Triadic Colors of #acdeec

#acdeec #ecacde #deecac

Analogous Colors of #acdeec

#acdeec #acbeec #acecda

Monochromatic Colors of #acdeec

#acdeec

Complementary Color

#acdeec #ecbaac

#acdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeec Color CSS Codes

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

#acdeec Text Font Color

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

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


#acdeec Background Color

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

This div background color is #acdeec


#acdeec Border Color

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

This div border color is #acdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeec


Comments

No comments written yet.

Please login to write comment.