Color Hex Logo

#acc2fa Color Hex

#ACC2FA
(172,194,250)
0 Favorites   0 Comments

Color spaces of #acc2fa

RGB 172194250
HSL0.620.890.83
HSV223°31°98°
CMYK 0.310.220.00   0.02
XYZ53.560454.256498.0921
Yxy54.25640.26010.2635
Hunter Lab73.65890.8914-27.3956
CIE-Lab78.61105.1829-30.0394

#acc2fa color RGB value is (172,194,250).

#acc2fa hex color red value is 172, green value is 194 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acc2fa hue: 0.62 , saturation: 0.89 and the lightness value of acc2fa is 0.83.

The process color (four color CMYK) of #acc2fa color hex is 0.31, 0.22, 0.00, 0.02. Web safe color of #acc2fa is #99ccff. Color #acc2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 11111010
Octal 254 302 372
Decimal 172 194 250
Hex AC C2 FA

RGB Percentages of Color #acc2fa

%27.92
%31.49
%40.58

CMYK Percentages of Color #acc2fa

%31
%22
%0
%2

Triadic Colors of #acc2fa

#acc2fa #faacc2 #c2faac

Analogous Colors of #acc2fa

#acc2fa #bdacfa #ace9fa

Monochromatic Colors of #acc2fa

#acc2fa

Complementary Color

#acc2fa #fae4ac

#acc2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2fa Color CSS Codes

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

#acc2fa Text Font Color

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

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


#acc2fa Background Color

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

This div background color is #acc2fa


#acc2fa Border Color

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

This div border color is #acc2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2fa


Comments

No comments written yet.

Please login to write comment.