Color Hex Logo

#acadeb Color Hex

#ACADEB
(172,173,235)
0 Favorites   0 Comments

Color spaces of #acadeb

RGB 172173235
HSL0.660.610.80
HSV239°27°92°
CMYK 0.270.260.00   0.08
XYZ46.952244.656084.7421
Yxy44.65600.26620.2532
Hunter Lab66.82518.4724-28.4091
CIE-Lab72.664813.0777-31.0980

#acadeb color RGB value is (172,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11101011
Octal 254 255 353
Decimal 172 173 235
Hex AC AD EB

RGB Percentages of Color #acadeb

%29.66
%29.83
%40.52

CMYK Percentages of Color #acadeb

%27
%26
%0
%8

Triadic Colors of #acadeb

#acadeb #ebacad #adebac

Analogous Colors of #acadeb

#acadeb #cbaceb #accdeb

Monochromatic Colors of #acadeb

#acadeb

Complementary Color

#acadeb #ebeaac

#acadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadeb Color CSS Codes

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

#acadeb Text Font Color

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

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


#acadeb Background Color

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

This div background color is #acadeb


#acadeb Border Color

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

This div border color is #acadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadeb


Comments

No comments written yet.

Please login to write comment.