Color Hex Logo

#accaf1 Color Hex

#ACCAF1
(172,202,241)
0 Favorites   0 Comments

Color spaces of #accaf1

RGB 172202241
HSL0.590.710.81
HSV214°29°95°
CMYK 0.290.160.00   0.05
XYZ54.011057.362691.4445
Yxy57.36260.26630.2828
Hunter Lab75.7381-5.2482-18.5688
CIE-Lab80.3831-1.3005-22.5181

#accaf1 color RGB value is (172,202,241).

#accaf1 hex color red value is 172, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #accaf1 hue: 0.59 , saturation: 0.71 and the lightness value of accaf1 is 0.81.

The process color (four color CMYK) of #accaf1 color hex is 0.29, 0.16, 0.00, 0.05. Web safe color of #accaf1 is #99ccff. Color #accaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11110001
Octal 254 312 361
Decimal 172 202 241
Hex AC CA F1

RGB Percentages of Color #accaf1

%27.97
%32.85
%39.19

CMYK Percentages of Color #accaf1

%29
%16
%0
%5

Triadic Colors of #accaf1

#accaf1 #f1acca #caf1ac

Analogous Colors of #accaf1

#accaf1 #b1acf1 #acedf1

Monochromatic Colors of #accaf1

#accaf1

Complementary Color

#accaf1 #f1d3ac

#accaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaf1 Color CSS Codes

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

#accaf1 Text Font Color

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

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


#accaf1 Background Color

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

This div background color is #accaf1


#accaf1 Border Color

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

This div border color is #accaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaf1


Comments

No comments written yet.

Please login to write comment.