Color Hex Logo

#acd7ec Color Hex

#ACD7EC
(172,215,236)
0 Favorites   0 Comments

Color spaces of #acd7ec

RGB 172215236
HSL0.550.630.80
HSV200°27°93°
CMYK 0.270.090.00   0.07
XYZ56.454063.427788.6242
Yxy63.42770.27080.3042
Hunter Lab79.6415-12.8427-10.2282
CIE-Lab83.6669-9.3026-14.8962

#acd7ec color RGB value is (172,215,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 11101100
Octal 254 327 354
Decimal 172 215 236
Hex AC D7 EC

RGB Percentages of Color #acd7ec

%27.61
%34.51
%37.88

CMYK Percentages of Color #acd7ec

%27
%9
%0
%7

Triadic Colors of #acd7ec

#acd7ec #ecacd7 #d7ecac

Analogous Colors of #acd7ec

#acd7ec #acb7ec #acece1

Monochromatic Colors of #acd7ec

#acd7ec

Complementary Color

#acd7ec #ecc1ac

#acd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd7ec Color CSS Codes

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

#acd7ec Text Font Color

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

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


#acd7ec Background Color

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

This div background color is #acd7ec


#acd7ec Border Color

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

This div border color is #acd7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd7ec


Comments

No comments written yet.

Please login to write comment.