Color Hex Logo

#abafff Color Hex

#ABAFFF
(171,175,255)
1 Favorites   0 Comments

Color spaces of #abafff

RGB 171175255
HSL0.661.000.84
HSV237°33°100°
CMYK 0.330.310.00   0.00
XYZ50.174646.5379100.9460
Yxy46.53790.25380.2354
Hunter Lab68.218711.9034-39.9808
CIE-Lab73.893216.6258-40.0289

#abafff color RGB value is (171,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11111111
Octal 253 257 377
Decimal 171 175 255
Hex AB AF FF

RGB Percentages of Color #abafff

%28.45
%29.12
%42.43

CMYK Percentages of Color #abafff

%33
%31
%0
%0

Triadic Colors of #abafff

#abafff #ffabaf #afffab

Analogous Colors of #abafff

#abafff #d1abff #abd9ff

Monochromatic Colors of #abafff

#abafff

Complementary Color

#abafff #fffbab

#abafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafff Color CSS Codes

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

#abafff Text Font Color

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

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


#abafff Background Color

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

This div background color is #abafff


#abafff Border Color

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

This div border color is #abafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafff

Related Colors


Comments

No comments written yet.

Please login to write comment.