Color Hex Logo

#abaeff Color Hex

#ABAEFF
(171,174,255)
0 Favorites   0 Comments

Color spaces of #abaeff

RGB 171174255
HSL0.661.000.84
HSV238°33°100°
CMYK 0.330.320.00   0.00
XYZ49.980646.1500100.8813
Yxy46.15000.25370.2342
Hunter Lab67.933812.4428-40.4917
CIE-Lab73.642817.1839-40.4191

#abaeff color RGB value is (171,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11111111
Octal 253 256 377
Decimal 171 174 255
Hex AB AE FF

RGB Percentages of Color #abaeff

%28.50
%29.00
%42.50

CMYK Percentages of Color #abaeff

%33
%32
%0
%0

Triadic Colors of #abaeff

#abaeff #ffabae #aeffab

Analogous Colors of #abaeff

#abaeff #d2abff #abd8ff

Monochromatic Colors of #abaeff

#abaeff

Complementary Color

#abaeff #fffcab

#abaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeff Color CSS Codes

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

#abaeff Text Font Color

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

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


#abaeff Background Color

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

This div background color is #abaeff


#abaeff Border Color

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

This div border color is #abaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeff


Comments

No comments written yet.

Please login to write comment.