Color Hex Logo

#adabde Color Hex

#ADABDE
(173,171,222)
0 Favorites   0 Comments

Color spaces of #adabde

RGB 173171222
HSL0.670.440.77
HSV242°23°87°
CMYK 0.220.230.00   0.13
XYZ44.981343.284075.0911
Yxy43.28400.27540.2650
Hunter Lab65.79066.9077-21.6182
CIE-Lab71.747311.4227-25.4127

#adabde color RGB value is (173,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11011110
Octal 255 253 336
Decimal 173 171 222
Hex AD AB DE

RGB Percentages of Color #adabde

%30.57
%30.21
%39.22

CMYK Percentages of Color #adabde

%22
%23
%0
%13

Triadic Colors of #adabde

#adabde #deadab #abdead

Analogous Colors of #adabde

#adabde #c7abde #abc3de

Monochromatic Colors of #adabde

#adabde

Complementary Color

#adabde #dcdeab

#adabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabde Color CSS Codes

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

#adabde Text Font Color

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

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


#adabde Background Color

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

This div background color is #adabde


#adabde Border Color

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

This div border color is #adabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabde


Comments

No comments written yet.

Please login to write comment.