Color Hex Logo

#abaacf Color Hex

#ABAACF
(171,170,207)
0 Favorites   0 Comments

Color spaces of #abaacf

RGB 171170207
HSL0.670.280.74
HSV242°18°81°
CMYK 0.170.180.00   0.19
XYZ42.431841.912464.8850
Yxy41.91240.28430.2809
Hunter Lab64.73983.6980-14.1051
CIE-Lab70.81057.9556-18.6296

#abaacf color RGB value is (171,170,207).

#abaacf hex color red value is 171, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abaacf hue: 0.67 , saturation: 0.28 and the lightness value of abaacf is 0.74.

The process color (four color CMYK) of #abaacf color hex is 0.17, 0.18, 0.00, 0.19. Web safe color of #abaacf is #9999cc. Color #abaacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11001111
Octal 253 252 317
Decimal 171 170 207
Hex AB AA CF

RGB Percentages of Color #abaacf

%31.20
%31.02
%37.77

CMYK Percentages of Color #abaacf

%17
%18
%0
%19

Triadic Colors of #abaacf

#abaacf #cfabaa #aacfab

Analogous Colors of #abaacf

#abaacf #beaacf #aabccf

Monochromatic Colors of #abaacf

#abaacf

Complementary Color

#abaacf #cecfaa

#abaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaacf Color CSS Codes

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

#abaacf Text Font Color

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

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


#abaacf Background Color

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

This div background color is #abaacf


#abaacf Border Color

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

This div border color is #abaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaacf


Comments

No comments written yet.

Please login to write comment.