Color Hex Logo

#abade0 Color Hex

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

Color spaces of #abade0

RGB 171173224
HSL0.660.460.77
HSV238°24°88°
CMYK 0.240.230.00   0.12
XYZ45.192743.926976.6178
Yxy43.92690.27270.2650
Hunter Lab66.27745.7288-22.1461
CIE-Lab72.179610.1688-25.8569

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

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

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

Base Numbers

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

RGB Percentages of Color #abade0

%30.11
%30.46
%39.44

CMYK Percentages of Color #abade0

%24
%23
%0
%12

Triadic Colors of #abade0

#abade0 #e0abad #ade0ab

Analogous Colors of #abade0

#abade0 #c4abe0 #abc8e0

Monochromatic Colors of #abade0

#abade0

Complementary Color

#abade0 #e0deab

#abade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abade0 Color CSS Codes

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

#abade0 Text Font Color

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

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


#abade0 Background Color

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

This div background color is #abade0


#abade0 Border Color

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

This div border color is #abade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abade0


Comments

No comments written yet.

Please login to write comment.