Color Hex Logo

#acd6ec Color Hex

#ACD6EC
(172,214,236)
1 Favorites   0 Comments

Color spaces of #acd6ec

RGB 172214236
HSL0.560.630.80
HSV201°27°93°
CMYK 0.270.090.00   0.07
XYZ56.200162.919988.5396
Yxy62.91990.27060.3030
Hunter Lab79.3221-12.3454-10.6543
CIE-Lab83.4002-8.7841-15.2966

#acd6ec color RGB value is (172,214,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 11101100
Octal 254 326 354
Decimal 172 214 236
Hex AC D6 EC

RGB Percentages of Color #acd6ec

%27.65
%34.41
%37.94

CMYK Percentages of Color #acd6ec

%27
%9
%0
%7

Triadic Colors of #acd6ec

#acd6ec #ecacd6 #d6ecac

Analogous Colors of #acd6ec

#acd6ec #acb6ec #acece2

Monochromatic Colors of #acd6ec

#acd6ec

Complementary Color

#acd6ec #ecc2ac

#acd6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd6ec Color CSS Codes

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

#acd6ec Text Font Color

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

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


#acd6ec Background Color

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

This div background color is #acd6ec


#acd6ec Border Color

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

This div border color is #acd6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd6ec


Comments

No comments written yet.

Please login to write comment.