Color Hex Logo

#adaed5 Color Hex

#ADAED5
(173,174,213)
0 Favorites   0 Comments

Color spaces of #adaed5

RGB 173174213
HSL0.660.320.76
HSV239°19°84°
CMYK 0.190.180.00   0.16
XYZ44.379943.960469.0969
Yxy43.96040.28190.2792
Hunter Lab66.30263.4500-15.3769
CIE-Lab72.20207.7185-19.7960

#adaed5 color RGB value is (173,174,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11010101
Octal 255 256 325
Decimal 173 174 213
Hex AD AE D5

RGB Percentages of Color #adaed5

%30.89
%31.07
%38.04

CMYK Percentages of Color #adaed5

%19
%18
%0
%16

Triadic Colors of #adaed5

#adaed5 #d5adae #aed5ad

Analogous Colors of #adaed5

#adaed5 #c0add5 #adc2d5

Monochromatic Colors of #adaed5

#adaed5

Complementary Color

#adaed5 #d5d4ad

#adaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaed5 Color CSS Codes

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

#adaed5 Text Font Color

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

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


#adaed5 Background Color

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

This div background color is #adaed5


#adaed5 Border Color

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

This div border color is #adaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaed5


Comments

No comments written yet.

Please login to write comment.