Color Hex Logo

#adacea Color Hex

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

Color spaces of #adacea

RGB 173172234
HSL0.670.600.80
HSV241°26°92°
CMYK 0.260.260.00   0.08
XYZ46.837444.329883.9298
Yxy44.32980.26750.2532
Hunter Lab66.58069.0531-28.1330
CIE-Lab72.448413.6882-30.8814

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

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

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

Base Numbers

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

RGB Percentages of Color #adacea

%29.88
%29.71
%40.41

CMYK Percentages of Color #adacea

%26
%26
%0
%8

Triadic Colors of #adacea

#adacea #eaadac #aceaad

Analogous Colors of #adacea

#adacea #ccacea #accaea

Monochromatic Colors of #adacea

#adacea

Complementary Color

#adacea #e9eaac

#adacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacea Color CSS Codes

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

#adacea Text Font Color

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

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


#adacea Background Color

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

This div background color is #adacea


#adacea Border Color

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

This div border color is #adacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacea


Comments

No comments written yet.

Please login to write comment.