Color Hex Logo

#abaefe Color Hex

#ABAEFE
(171,174,254)
0 Favorites   0 Comments

Color spaces of #abaefe

RGB 171174254
HSL0.660.980.83
HSV238°33°100°
CMYK 0.330.310.00   0.00
XYZ49.820046.0858100.0356
Yxy46.08580.25430.2352
Hunter Lab67.886512.1947-39.8474
CIE-Lab73.601216.9304-39.9444

#abaefe color RGB value is (171,174,254).

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

The process color (four color CMYK) of #abaefe color hex is 0.33, 0.31, 0.00, 0.00. Web safe color of #abaefe is #9999ff. Color #abaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11111110
Octal 253 256 376
Decimal 171 174 254
Hex AB AE FE

RGB Percentages of Color #abaefe

%28.55
%29.05
%42.40

CMYK Percentages of Color #abaefe

%33
%31
%0
%0

Triadic Colors of #abaefe

#abaefe #feabae #aefeab

Analogous Colors of #abaefe

#abaefe #d2abfe #abd8fe

Monochromatic Colors of #abaefe

#abaefe

Complementary Color

#abaefe #fefbab

#abaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaefe Color CSS Codes

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

#abaefe Text Font Color

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

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


#abaefe Background Color

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

This div background color is #abaefe


#abaefe Border Color

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

This div border color is #abaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaefe


Comments

No comments written yet.

Please login to write comment.