Color Hex Logo

#acafdd Color Hex

#ACAFDD
(172,175,221)
0 Favorites   0 Comments

Color spaces of #acafdd

RGB 172175221
HSL0.660.420.77
HSV236°22°87°
CMYK 0.220.210.00   0.13
XYZ45.394444.651174.6326
Yxy44.65110.27570.2711
Hunter Lab66.82154.3243-19.4457
CIE-Lab72.66168.6712-23.4760

#acafdd color RGB value is (172,175,221).

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

The process color (four color CMYK) of #acafdd color hex is 0.22, 0.21, 0.00, 0.13. Web safe color of #acafdd is #9999cc. Color #acafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11011101
Octal 254 257 335
Decimal 172 175 221
Hex AC AF DD

RGB Percentages of Color #acafdd

%30.28
%30.81
%38.91

CMYK Percentages of Color #acafdd

%22
%21
%0
%13

Triadic Colors of #acafdd

#acafdd #ddacaf #afddac

Analogous Colors of #acafdd

#acafdd #c2acdd #acc8dd

Monochromatic Colors of #acafdd

#acafdd

Complementary Color

#acafdd #dddaac

#acafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafdd Color CSS Codes

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

#acafdd Text Font Color

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

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


#acafdd Background Color

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

This div background color is #acafdd


#acafdd Border Color

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

This div border color is #acafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafdd

#acafdd Color Palettes


Comments

No comments written yet.

Please login to write comment.