Color Hex Logo

#adaed1 Color Hex

#ADAED1
(173,174,209)
0 Favorites   0 Comments

Color spaces of #adaed1

RGB 173174209
HSL0.660.280.75
HSV238°17°82°
CMYK 0.170.170.00   0.18
XYZ43.878343.759866.4555
Yxy43.75980.28480.2840
Hunter Lab66.15122.6350-13.2569
CIE-Lab72.06776.8307-17.8091

#adaed1 color RGB value is (173,174,209).

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

The process color (four color CMYK) of #adaed1 color hex is 0.17, 0.17, 0.00, 0.18. Web safe color of #adaed1 is #9999cc. Color #adaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11010001
Octal 255 256 321
Decimal 173 174 209
Hex AD AE D1

RGB Percentages of Color #adaed1

%31.12
%31.29
%37.59

CMYK Percentages of Color #adaed1

%17
%17
%0
%18

Triadic Colors of #adaed1

#adaed1 #d1adae #aed1ad

Analogous Colors of #adaed1

#adaed1 #beadd1 #adc0d1

Monochromatic Colors of #adaed1

#adaed1

Complementary Color

#adaed1 #d1d0ad

#adaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaed1 Color CSS Codes

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

#adaed1 Text Font Color

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

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


#adaed1 Background Color

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

This div background color is #adaed1


#adaed1 Border Color

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

This div border color is #adaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaed1


Comments

No comments written yet.

Please login to write comment.