Color Hex Logo

#acafdc Color Hex

#ACAFDC
(172,175,220)
0 Favorites   0 Comments

Color spaces of #acafdc

RGB 172175220
HSL0.660.410.77
HSV236°22°86°
CMYK 0.220.200.00   0.14
XYZ45.261544.597973.9329
Yxy44.59790.27630.2723
Hunter Lab66.78174.1111-18.8918
CIE-Lab72.62638.4412-22.9840

#acafdc color RGB value is (172,175,220).

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

The process color (four color CMYK) of #acafdc color hex is 0.22, 0.20, 0.00, 0.14. Web safe color of #acafdc is #9999cc. Color #acafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11011100
Octal 254 257 334
Decimal 172 175 220
Hex AC AF DC

RGB Percentages of Color #acafdc

%30.34
%30.86
%38.80

CMYK Percentages of Color #acafdc

%22
%20
%0
%14

Triadic Colors of #acafdc

#acafdc #dcacaf #afdcac

Analogous Colors of #acafdc

#acafdc #c1acdc #acc7dc

Monochromatic Colors of #acafdc

#acafdc

Complementary Color

#acafdc #dcd9ac

#acafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafdc Color CSS Codes

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

#acafdc Text Font Color

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

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


#acafdc Background Color

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

This div background color is #acafdc


#acafdc Border Color

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

This div border color is #acafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafdc


Comments

No comments written yet.

Please login to write comment.