Color Hex Logo

#accafa Color Hex

#ACCAFA
(172,202,250)
0 Favorites   0 Comments

Color spaces of #accafa

RGB 172202250
HSL0.600.890.83
HSV217°31°98°
CMYK 0.310.190.00   0.02
XYZ55.389157.913898.7017
Yxy57.91380.26130.2732
Hunter Lab76.1011-3.2583-23.6272
CIE-Lab80.69080.8658-26.8528

#accafa color RGB value is (172,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11111010
Octal 254 312 372
Decimal 172 202 250
Hex AC CA FA

RGB Percentages of Color #accafa

%27.56
%32.37
%40.06

CMYK Percentages of Color #accafa

%31
%19
%0
%2

Triadic Colors of #accafa

#accafa #faacca #cafaac

Analogous Colors of #accafa

#accafa #b5acfa #acf1fa

Monochromatic Colors of #accafa

#accafa

Complementary Color

#accafa #fadcac

#accafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#accafa Color CSS Codes

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

#accafa Text Font Color

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

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


#accafa Background Color

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

This div background color is #accafa


#accafa Border Color

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

This div border color is #accafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accafa


Comments

No comments written yet.

Please login to write comment.