Color Hex Logo

#abadeb Color Hex

#ABADEB
(171,173,235)
0 Favorites   0 Comments

Color spaces of #abadeb

RGB 171173235
HSL0.660.620.80
HSV238°27°92°
CMYK 0.270.260.00   0.08
XYZ46.733644.543284.7318
Yxy44.54320.26550.2531
Hunter Lab66.74078.1942-28.5542
CIE-Lab72.590112.7854-31.2193

#abadeb color RGB value is (171,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11101011
Octal 253 255 353
Decimal 171 173 235
Hex AB AD EB

RGB Percentages of Color #abadeb

%29.53
%29.88
%40.59

CMYK Percentages of Color #abadeb

%27
%26
%0
%8

Triadic Colors of #abadeb

#abadeb #ebabad #adebab

Analogous Colors of #abadeb

#abadeb #c9abeb #abcdeb

Monochromatic Colors of #abadeb

#abadeb

Complementary Color

#abadeb #ebe9ab

#abadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadeb Color CSS Codes

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

#abadeb Text Font Color

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

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


#abadeb Background Color

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

This div background color is #abadeb


#abadeb Border Color

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

This div border color is #abadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadeb


Comments

No comments written yet.

Please login to write comment.