Color Hex Logo

#abbacf Color Hex

#ABBACF
(171,186,207)
0 Favorites   0 Comments

Color spaces of #abbacf

RGB 171186207
HSL0.600.270.74
HSV215°17°81°
CMYK 0.170.100.00   0.19
XYZ45.616048.280765.9464
Yxy48.28070.28540.3021
Hunter Lab69.4843-4.4135-7.6321
CIE-Lab75.0016-0.7804-12.3162

#abbacf color RGB value is (171,186,207).

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

The process color (four color CMYK) of #abbacf color hex is 0.17, 0.10, 0.00, 0.19. Web safe color of #abbacf is #99cccc. Color #abbacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11001111
Octal 253 272 317
Decimal 171 186 207
Hex AB BA CF

RGB Percentages of Color #abbacf

%30.32
%32.98
%36.70

CMYK Percentages of Color #abbacf

%17
%10
%0
%19

Triadic Colors of #abbacf

#abbacf #cfabba #bacfab

Analogous Colors of #abbacf

#abbacf #aeabcf #abcccf

Monochromatic Colors of #abbacf

#abbacf

Complementary Color

#abbacf #cfc0ab

#abbacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbacf Color CSS Codes

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

#abbacf Text Font Color

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

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


#abbacf Background Color

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

This div background color is #abbacf


#abbacf Border Color

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

This div border color is #abbacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbacf


Comments

No comments written yet.

Please login to write comment.