Color Hex Logo

#acadea Color Hex

#ACADEA
(172,173,234)
0 Favorites   0 Comments

Color spaces of #acadea

RGB 172173234
HSL0.660.600.80
HSV239°26°92°
CMYK 0.260.260.00   0.08
XYZ46.808144.598383.9832
Yxy44.59830.26690.2543
Hunter Lab66.78208.2439-27.8141
CIE-Lab72.626612.8376-30.6130

#acadea color RGB value is (172,173,234).

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

The process color (four color CMYK) of #acadea color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #acadea is #9999ff. Color #acadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11101010
Octal 254 255 352
Decimal 172 173 234
Hex AC AD EA

RGB Percentages of Color #acadea

%29.71
%29.88
%40.41

CMYK Percentages of Color #acadea

%26
%26
%0
%8

Triadic Colors of #acadea

#acadea #eaacad #adeaac

Analogous Colors of #acadea

#acadea #caacea #acccea

Monochromatic Colors of #acadea

#acadea

Complementary Color

#acadea #eae9ac

#acadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadea Color CSS Codes

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

#acadea Text Font Color

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

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


#acadea Background Color

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

This div background color is #acadea


#acadea Border Color

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

This div border color is #acadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadea

#acadea Color Palettes


Comments

No comments written yet.

Please login to write comment.