Color Hex Logo

#acaff2 Color Hex

#ACAFF2
(172,175,242)
0 Favorites   0 Comments

Color spaces of #acaff2

RGB 172175242
HSL0.660.730.81
HSV237°29°95°
CMYK 0.290.280.00   0.05
XYZ48.370245.841490.3033
Yxy45.84140.26210.2484
Hunter Lab67.70639.0366-31.6837
CIE-Lab73.442513.6652-33.6965

#acaff2 color RGB value is (172,175,242).

#acaff2 hex color red value is 172, green value is 175 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #acaff2 hue: 0.66 , saturation: 0.73 and the lightness value of acaff2 is 0.81.

The process color (four color CMYK) of #acaff2 color hex is 0.29, 0.28, 0.00, 0.05. Web safe color of #acaff2 is #9999ff. Color #acaff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11110010
Octal 254 257 362
Decimal 172 175 242
Hex AC AF F2

RGB Percentages of Color #acaff2

%29.20
%29.71
%41.09

CMYK Percentages of Color #acaff2

%29
%28
%0
%5

Triadic Colors of #acaff2

#acaff2 #f2acaf #aff2ac

Analogous Colors of #acaff2

#acaff2 #ccacf2 #acd2f2

Monochromatic Colors of #acaff2

#acaff2

Complementary Color

#acaff2 #f2efac

#acaff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaff2 Color CSS Codes

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

#acaff2 Text Font Color

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

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


#acaff2 Background Color

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

This div background color is #acaff2


#acaff2 Border Color

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

This div border color is #acaff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaff2


Comments

No comments written yet.

Please login to write comment.