Color Hex Logo

#adafde Color Hex

#ADAFDE
(173,175,222)
0 Favorites   0 Comments

Color spaces of #adafde

RGB 173175222
HSL0.660.430.77
HSV238°22°87°
CMYK 0.220.210.00   0.13
XYZ45.748444.818175.3468
Yxy44.81810.27570.2701
Hunter Lab66.94634.8236-19.8673
CIE-Lab72.77209.2086-23.8464

#adafde color RGB value is (173,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11011110
Octal 255 257 336
Decimal 173 175 222
Hex AD AF DE

RGB Percentages of Color #adafde

%30.35
%30.70
%38.95

CMYK Percentages of Color #adafde

%22
%21
%0
%13

Triadic Colors of #adafde

#adafde #deadaf #afdead

Analogous Colors of #adafde

#adafde #c4adde #adc8de

Monochromatic Colors of #adafde

#adafde

Complementary Color

#adafde #dedcad

#adafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafde Color CSS Codes

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

#adafde Text Font Color

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

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


#adafde Background Color

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

This div background color is #adafde


#adafde Border Color

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

This div border color is #adafde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,175,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 #adafde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafde


Comments

No comments written yet.

Please login to write comment.