Color Hex Logo

#acc2ec Color Hex

#ACC2EC
(172,194,236)
0 Favorites   0 Comments

Color spaces of #acc2ec

RGB 172194236
HSL0.610.630.80
HSV219°27°93°
CMYK 0.270.180.00   0.07
XYZ51.445453.410486.9546
Yxy53.41040.26820.2785
Hunter Lab73.0824-2.2415-19.3865
CIE-Lab78.11671.8044-23.2855

#acc2ec color RGB value is (172,194,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 11101100
Octal 254 302 354
Decimal 172 194 236
Hex AC C2 EC

RGB Percentages of Color #acc2ec

%28.57
%32.23
%39.20

CMYK Percentages of Color #acc2ec

%27
%18
%0
%7

Triadic Colors of #acc2ec

#acc2ec #ecacc2 #c2ecac

Analogous Colors of #acc2ec

#acc2ec #b6acec #ace2ec

Monochromatic Colors of #acc2ec

#acc2ec

Complementary Color

#acc2ec #ecd6ac

#acc2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2ec Color CSS Codes

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

#acc2ec Text Font Color

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

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


#acc2ec Background Color

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

This div background color is #acc2ec


#acc2ec Border Color

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

This div border color is #acc2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2ec


Comments

No comments written yet.

Please login to write comment.