Color Hex Logo

#abadea Color Hex

#ABADEA
(171,173,234)
0 Favorites   0 Comments

Color spaces of #abadea

RGB 171173234
HSL0.660.600.79
HSV238°27°92°
CMYK 0.270.260.00   0.08
XYZ46.589444.485683.9729
Yxy44.48560.26620.2541
Hunter Lab66.69757.9647-27.9585
CIE-Lab72.551912.5438-30.7343

#abadea color RGB value is (171,173,234).

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

The process color (four color CMYK) of #abadea color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #abadea is #9999ff. Color #abadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11101010
Octal 253 255 352
Decimal 171 173 234
Hex AB AD EA

RGB Percentages of Color #abadea

%29.58
%29.93
%40.48

CMYK Percentages of Color #abadea

%27
%26
%0
%8

Triadic Colors of #abadea

#abadea #eaabad #adeaab

Analogous Colors of #abadea

#abadea #c9abea #abcdea

Monochromatic Colors of #abadea

#abadea

Complementary Color

#abadea #eae8ab

#abadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadea Color CSS Codes

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

#abadea Text Font Color

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

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


#abadea Background Color

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

This div background color is #abadea


#abadea Border Color

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

This div border color is #abadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadea


Comments

No comments written yet.

Please login to write comment.