Color Hex Logo

#abaed8 Color Hex

#ABAED8
(171,174,216)
0 Favorites   0 Comments

Color spaces of #abaed8

RGB 171174216
HSL0.660.370.76
HSV236°21°85°
CMYK 0.210.190.00   0.15
XYZ44.325343.887971.1008
Yxy43.88790.27820.2755
Hunter Lab66.24793.4972-17.2596
CIE-Lab72.15357.7684-21.5253

#abaed8 color RGB value is (171,174,216).

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

The process color (four color CMYK) of #abaed8 color hex is 0.21, 0.19, 0.00, 0.15. Web safe color of #abaed8 is #9999cc. Color #abaed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11011000
Octal 253 256 330
Decimal 171 174 216
Hex AB AE D8

RGB Percentages of Color #abaed8

%30.48
%31.02
%38.50

CMYK Percentages of Color #abaed8

%21
%19
%0
%15

Triadic Colors of #abaed8

#abaed8 #d8abae #aed8ab

Analogous Colors of #abaed8

#abaed8 #bfabd8 #abc5d8

Monochromatic Colors of #abaed8

#abaed8

Complementary Color

#abaed8 #d8d5ab

#abaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaed8 Color CSS Codes

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

#abaed8 Text Font Color

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

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


#abaed8 Background Color

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

This div background color is #abaed8


#abaed8 Border Color

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

This div border color is #abaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaed8

#abaed8 Color Palettes


Comments

No comments written yet.

Please login to write comment.