Color Hex Logo

#abaeee Color Hex

#ABAEEE
(171,174,238)
0 Favorites   0 Comments

Color spaces of #abaeee

RGB 171174238
HSL0.660.660.80
HSV237°28°93°
CMYK 0.280.270.00   0.07
XYZ47.363345.103187.0984
Yxy45.10310.26380.2512
Hunter Lab67.15888.3579-29.8821
CIE-Lab72.959712.9567-32.2790

#abaeee color RGB value is (171,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11101110
Octal 253 256 356
Decimal 171 174 238
Hex AB AE EE

RGB Percentages of Color #abaeee

%29.33
%29.85
%40.82

CMYK Percentages of Color #abaeee

%28
%27
%0
%7

Triadic Colors of #abaeee

#abaeee #eeabae #aeeeab

Analogous Colors of #abaeee

#abaeee #caabee #abd0ee

Monochromatic Colors of #abaeee

#abaeee

Complementary Color

#abaeee #eeebab

#abaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeee Color CSS Codes

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

#abaeee Text Font Color

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

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


#abaeee Background Color

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

This div background color is #abaeee


#abaeee Border Color

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

This div border color is #abaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeee


Comments

No comments written yet.

Please login to write comment.