Color Hex Logo

#acaedc Color Hex

#ACAEDC
(172,174,220)
0 Favorites   0 Comments

Color spaces of #acaedc

RGB 172174220
HSL0.660.410.77
HSV238°22°86°
CMYK 0.220.210.00   0.14
XYZ45.067644.210173.8682
Yxy44.21010.27620.2710
Hunter Lab66.49074.6292-19.3251
CIE-Lab72.36878.9933-23.3769

#acaedc color RGB value is (172,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11011100
Octal 254 256 334
Decimal 172 174 220
Hex AC AE DC

RGB Percentages of Color #acaedc

%30.39
%30.74
%38.87

CMYK Percentages of Color #acaedc

%22
%21
%0
%14

Triadic Colors of #acaedc

#acaedc #dcacae #aedcac

Analogous Colors of #acaedc

#acaedc #c2acdc #acc6dc

Monochromatic Colors of #acaedc

#acaedc

Complementary Color

#acaedc #dcdaac

#acaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaedc Color CSS Codes

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

#acaedc Text Font Color

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

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


#acaedc Background Color

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

This div background color is #acaedc


#acaedc Border Color

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

This div border color is #acaedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,174,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 #acaedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaedc


Comments

No comments written yet.

Please login to write comment.