Color Hex Logo

#abacf0 Color Hex

#ABACF0
(171,172,240)
0 Favorites   0 Comments

Color spaces of #abacf0

RGB 171172240
HSL0.660.700.81
HSV239°29°94°
CMYK 0.290.280.00   0.06
XYZ47.275344.454288.5269
Yxy44.45420.26230.2466
Hunter Lab66.67409.8863-32.0510
CIE-Lab72.531014.5589-34.0276

#abacf0 color RGB value is (171,172,240).

#abacf0 hex color red value is 171, green value is 172 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #abacf0 hue: 0.66 , saturation: 0.70 and the lightness value of abacf0 is 0.81.

The process color (four color CMYK) of #abacf0 color hex is 0.29, 0.28, 0.00, 0.06. Web safe color of #abacf0 is #9999ff. Color #abacf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11110000
Octal 253 254 360
Decimal 171 172 240
Hex AB AC F0

RGB Percentages of Color #abacf0

%29.33
%29.50
%41.17

CMYK Percentages of Color #abacf0

%29
%28
%0
%6

Triadic Colors of #abacf0

#abacf0 #f0abac #acf0ab

Analogous Colors of #abacf0

#abacf0 #cdabf0 #abcff0

Monochromatic Colors of #abacf0

#abacf0

Complementary Color

#abacf0 #f0efab

#abacf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacf0 Color CSS Codes

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

#abacf0 Text Font Color

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

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


#abacf0 Background Color

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

This div background color is #abacf0


#abacf0 Border Color

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

This div border color is #abacf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacf0


Comments

No comments written yet.

Please login to write comment.