Color Hex Logo

#abadee Color Hex

#ABADEE
(171,173,238)
0 Favorites   0 Comments

Color spaces of #abadee

RGB 171173238
HSL0.660.660.80
HSV238°28°93°
CMYK 0.280.270.00   0.07
XYZ47.170844.718187.0342
Yxy44.71810.26360.2499
Hunter Lab66.87168.8875-30.3565
CIE-Lab72.705913.5131-32.6711

#abadee color RGB value is (171,173,238).

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

The process color (four color CMYK) of #abadee color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #abadee is #9999ff. Color #abadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11101110
Octal 253 255 356
Decimal 171 173 238
Hex AB AD EE

RGB Percentages of Color #abadee

%29.38
%29.73
%40.89

CMYK Percentages of Color #abadee

%28
%27
%0
%7

Triadic Colors of #abadee

#abadee #eeabad #adeeab

Analogous Colors of #abadee

#abadee #cbabee #abcfee

Monochromatic Colors of #abadee

#abadee

Complementary Color

#abadee #eeecab

#abadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadee Color CSS Codes

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

#abadee Text Font Color

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

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


#abadee Background Color

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

This div background color is #abadee


#abadee Border Color

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

This div border color is #abadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadee


Comments

No comments written yet.

Please login to write comment.