Color Hex Logo

#adaedb Color Hex

#ADAEDB
(173,174,219)
0 Favorites   0 Comments

Color spaces of #adaedb

RGB 173174219
HSL0.660.390.77
HSV239°21°86°
CMYK 0.210.210.00   0.14
XYZ45.155844.270873.1830
Yxy44.27080.27770.2723
Hunter Lab66.53634.7030-18.6374
CIE-Lab72.40919.0733-22.7621

#adaedb color RGB value is (173,174,219).

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

The process color (four color CMYK) of #adaedb color hex is 0.21, 0.21, 0.00, 0.14. Web safe color of #adaedb is #9999cc. Color #adaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11011011
Octal 255 256 333
Decimal 173 174 219
Hex AD AE DB

RGB Percentages of Color #adaedb

%30.57
%30.74
%38.69

CMYK Percentages of Color #adaedb

%21
%21
%0
%14

Triadic Colors of #adaedb

#adaedb #dbadae #aedbad

Analogous Colors of #adaedb

#adaedb #c3addb #adc5db

Monochromatic Colors of #adaedb

#adaedb

Complementary Color

#adaedb #dbdaad

#adaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaedb Color CSS Codes

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

#adaedb Text Font Color

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

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


#adaedb Background Color

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

This div background color is #adaedb


#adaedb Border Color

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

This div border color is #adaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaedb

#adaedb Color Palettes


Comments

No comments written yet.

Please login to write comment.