Color Hex Logo

#acadec Color Hex

#ACADEC
(172,173,236)
0 Favorites   0 Comments

Color spaces of #acadec

RGB 172173236
HSL0.660.630.80
HSV239°27°93°
CMYK 0.270.270.00   0.07
XYZ47.097144.713985.5052
Yxy44.71390.26560.2522
Hunter Lab66.86858.7022-29.0067
CIE-Lab72.703113.3188-31.5825

#acadec color RGB value is (172,173,236).

#acadec hex color red value is 172, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acadec hue: 0.66 , saturation: 0.63 and the lightness value of acadec is 0.80.

The process color (four color CMYK) of #acadec color hex is 0.27, 0.27, 0.00, 0.07. Web safe color of #acadec is #9999ff. Color #acadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11101100
Octal 254 255 354
Decimal 172 173 236
Hex AC AD EC

RGB Percentages of Color #acadec

%29.60
%29.78
%40.62

CMYK Percentages of Color #acadec

%27
%27
%0
%7

Triadic Colors of #acadec

#acadec #ecacad #adecac

Analogous Colors of #acadec

#acadec #cbacec #accdec

Monochromatic Colors of #acadec

#acadec

Complementary Color

#acadec #ecebac

#acadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadec Color CSS Codes

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

#acadec Text Font Color

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

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


#acadec Background Color

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

This div background color is #acadec


#acadec Border Color

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

This div border color is #acadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadec


Comments

No comments written yet.

Please login to write comment.