Color Hex Logo

#adadea Color Hex

#ADADEA
(173,173,234)
0 Favorites   0 Comments

Color spaces of #adadea

RGB 173173234
HSL0.670.590.80
HSV240°26°92°
CMYK 0.260.260.00   0.08
XYZ47.028444.711983.9935
Yxy44.71190.26760.2544
Hunter Lab66.86708.5242-27.6690
CIE-Lab72.701813.1320-30.4909

#adadea color RGB value is (173,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11101010
Octal 255 255 352
Decimal 173 173 234
Hex AD AD EA

RGB Percentages of Color #adadea

%29.83
%29.83
%40.34

CMYK Percentages of Color #adadea

%26
%26
%0
%8

Triadic Colors of #adadea

#adadea #eaadad #adeaad

Analogous Colors of #adadea

#adadea #ccadea #adccea

Monochromatic Colors of #adadea

#adadea

Complementary Color

#adadea #eaeaad

#adadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadea Color CSS Codes

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

#adadea Text Font Color

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

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


#adadea Background Color

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

This div background color is #adadea


#adadea Border Color

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

This div border color is #adadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadea

#adadea Color Palettes


Comments

No comments written yet.

Please login to write comment.