Color Hex Logo

#adaede Color Hex

#ADAEDE
(173,174,222)
1 Favorites   0 Comments

Color spaces of #adaede

RGB 173174222
HSL0.660.430.77
HSV239°22°87°
CMYK 0.220.220.00   0.13
XYZ45.554444.430375.2822
Yxy44.43030.27560.2688
Hunter Lab66.65615.3432-20.3036
CIE-Lab72.51529.7608-24.2386

#adaede color RGB value is (173,174,222).

#adaede hex color red value is 173, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adaede hue: 0.66 , saturation: 0.43 and the lightness value of adaede is 0.77.

The process color (four color CMYK) of #adaede color hex is 0.22, 0.22, 0.00, 0.13. Web safe color of #adaede is #9999cc. Color #adaede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11011110
Octal 255 256 336
Decimal 173 174 222
Hex AD AE DE

RGB Percentages of Color #adaede

%30.40
%30.58
%39.02

CMYK Percentages of Color #adaede

%22
%22
%0
%13

Triadic Colors of #adaede

#adaede #deadae #aedead

Analogous Colors of #adaede

#adaede #c5adde #adc7de

Monochromatic Colors of #adaede

#adaede

Complementary Color

#adaede #deddad

#adaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaede Color CSS Codes

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

#adaede Text Font Color

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

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


#adaede Background Color

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

This div background color is #adaede


#adaede Border Color

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

This div border color is #adaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaede


Comments

No comments written yet.

Please login to write comment.