Color Hex Logo

#adabe0 Color Hex

#ADABE0
(173,171,224)
0 Favorites   0 Comments

Color spaces of #adabe0

RGB 173171224
HSL0.670.460.77
HSV242°24°88°
CMYK 0.230.240.00   0.12
XYZ45.251043.391976.5115
Yxy43.39190.27400.2627
Hunter Lab65.87257.3433-22.7551
CIE-Lab71.820211.8859-26.3943

#adabe0 color RGB value is (173,171,224).

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

The process color (four color CMYK) of #adabe0 color hex is 0.23, 0.24, 0.00, 0.12. Web safe color of #adabe0 is #9999cc. Color #adabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11100000
Octal 255 253 340
Decimal 173 171 224
Hex AD AB E0

RGB Percentages of Color #adabe0

%30.46
%30.11
%39.44

CMYK Percentages of Color #adabe0

%23
%24
%0
%12

Triadic Colors of #adabe0

#adabe0 #e0adab #abe0ad

Analogous Colors of #adabe0

#adabe0 #c8abe0 #abc4e0

Monochromatic Colors of #adabe0

#adabe0

Complementary Color

#adabe0 #dee0ab

#adabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabe0 Color CSS Codes

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

#adabe0 Text Font Color

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

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


#adabe0 Background Color

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

This div background color is #adabe0


#adabe0 Border Color

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

This div border color is #adabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabe0


Comments

No comments written yet.

Please login to write comment.