Color Hex Logo

#acd2ec Color Hex

#ACD2EC
(172,210,236)
0 Favorites   0 Comments

Color spaces of #acd2ec

RGB 172210236
HSL0.570.630.80
HSV204°27°93°
CMYK 0.270.110.00   0.07
XYZ55.200260.920088.2063
Yxy60.92000.27020.2982
Hunter Lab78.0513-10.3492-12.3682
CIE-Lab82.3357-6.6995-16.8974

#acd2ec color RGB value is (172,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 11101100
Octal 254 322 354
Decimal 172 210 236
Hex AC D2 EC

RGB Percentages of Color #acd2ec

%27.83
%33.98
%38.19

CMYK Percentages of Color #acd2ec

%27
%11
%0
%7

Triadic Colors of #acd2ec

#acd2ec #ecacd2 #d2ecac

Analogous Colors of #acd2ec

#acd2ec #acb2ec #acece6

Monochromatic Colors of #acd2ec

#acd2ec

Complementary Color

#acd2ec #ecc6ac

#acd2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd2ec Color CSS Codes

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

#acd2ec Text Font Color

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

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


#acd2ec Background Color

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

This div background color is #acd2ec


#acd2ec Border Color

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

This div border color is #acd2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd2ec


Comments

No comments written yet.

Please login to write comment.