Color Hex Logo

#acccfa Color Hex

#ACCCFA
(172,204,250)
0 Favorites   0 Comments

Color spaces of #acccfa

RGB 172204250
HSL0.600.890.83
HSV215°31°98°
CMYK 0.310.180.00   0.02
XYZ55.861458.858598.8591
Yxy58.85850.26150.2756
Hunter Lab76.7193-4.2881-22.6965
CIE-Lab81.2138-0.2044-26.0541

#acccfa color RGB value is (172,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11111010
Octal 254 314 372
Decimal 172 204 250
Hex AC CC FA

RGB Percentages of Color #acccfa

%27.48
%32.59
%39.94

CMYK Percentages of Color #acccfa

%31
%18
%0
%2

Triadic Colors of #acccfa

#acccfa #faaccc #ccfaac

Analogous Colors of #acccfa

#acccfa #b3acfa #acf3fa

Monochromatic Colors of #acccfa

#acccfa

Complementary Color

#acccfa #fadaac

#acccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccfa Color CSS Codes

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

#acccfa Text Font Color

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

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


#acccfa Background Color

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

This div background color is #acccfa


#acccfa Border Color

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

This div border color is #acccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccfa


Comments

No comments written yet.

Please login to write comment.