Color Hex Logo

#adaedc Color Hex

#ADAEDC
(173,174,220)
0 Favorites   0 Comments

Color spaces of #adaedc

RGB 173174220
HSL0.660.400.77
HSV239°21°86°
CMYK 0.210.210.00   0.14
XYZ45.287944.323673.8785
Yxy44.32360.27700.2711
Hunter Lab66.57604.9156-19.1902
CIE-Lab72.44439.3019-23.2548

#adaedc color RGB value is (173,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11011100
Octal 255 256 334
Decimal 173 174 220
Hex AD AE DC

RGB Percentages of Color #adaedc

%30.51
%30.69
%38.80

CMYK Percentages of Color #adaedc

%21
%21
%0
%14

Triadic Colors of #adaedc

#adaedc #dcadae #aedcad

Analogous Colors of #adaedc

#adaedc #c4addc #adc6dc

Monochromatic Colors of #adaedc

#adaedc

Complementary Color

#adaedc #dcdbad

#adaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaedc Color CSS Codes

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

#adaedc Text Font Color

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

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


#adaedc Background Color

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

This div background color is #adaedc


#adaedc Border Color

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

This div border color is #adaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaedc


Comments

No comments written yet.

Please login to write comment.