Color Hex Logo

#acafd1 Color Hex

#ACAFD1
(172,175,209)
0 Favorites   0 Comments

Color spaces of #acafd1

RGB 172175209
HSL0.650.290.75
HSV235°18°82°
CMYK 0.180.160.00   0.18
XYZ43.851944.034066.5098
Yxy44.03400.28400.2852
Hunter Lab66.35811.8327-12.9748
CIE-Lab72.25125.9619-17.5388

#acafd1 color RGB value is (172,175,209).

#acafd1 hex color red value is 172, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #acafd1 hue: 0.65 , saturation: 0.29 and the lightness value of acafd1 is 0.75.

The process color (four color CMYK) of #acafd1 color hex is 0.18, 0.16, 0.00, 0.18. Web safe color of #acafd1 is #9999cc. Color #acafd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11010001
Octal 254 257 321
Decimal 172 175 209
Hex AC AF D1

RGB Percentages of Color #acafd1

%30.94
%31.47
%37.59

CMYK Percentages of Color #acafd1

%18
%16
%0
%18

Triadic Colors of #acafd1

#acafd1 #d1acaf #afd1ac

Analogous Colors of #acafd1

#acafd1 #bcacd1 #acc2d1

Monochromatic Colors of #acafd1

#acafd1

Complementary Color

#acafd1 #d1ceac

#acafd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafd1 Color CSS Codes

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

#acafd1 Text Font Color

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

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


#acafd1 Background Color

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

This div background color is #acafd1


#acafd1 Border Color

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

This div border color is #acafd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafd1


Comments

No comments written yet.

Please login to write comment.