Color Hex Logo

#abbaee Color Hex

#ABBAEE
(171,186,238)
0 Favorites   0 Comments

Color spaces of #abbaee

RGB 171186238
HSL0.630.660.80
HSV227°28°93°
CMYK 0.280.220.00   0.07
XYZ49.786149.948887.9060
Yxy49.94880.26530.2662
Hunter Lab70.67452.0627-24.2737
CIE-Lab76.03786.3361-27.5440

#abbaee color RGB value is (171,186,238).

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

The process color (four color CMYK) of #abbaee color hex is 0.28, 0.22, 0.00, 0.07. Web safe color of #abbaee is #99ccff. Color #abbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11101110
Octal 253 272 356
Decimal 171 186 238
Hex AB BA EE

RGB Percentages of Color #abbaee

%28.74
%31.26
%40.00

CMYK Percentages of Color #abbaee

%28
%22
%0
%7

Triadic Colors of #abbaee

#abbaee #eeabba #baeeab

Analogous Colors of #abbaee

#abbaee #beabee #abdcee

Monochromatic Colors of #abbaee

#abbaee

Complementary Color

#abbaee #eedfab

#abbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaee Color CSS Codes

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

#abbaee Text Font Color

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

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


#abbaee Background Color

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

This div background color is #abbaee


#abbaee Border Color

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

This div border color is #abbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaee


Comments

No comments written yet.

Please login to write comment.