Color Hex Logo

#abacca Color Hex

#ABACCA
(171,172,202)
0 Favorites   0 Comments

Color spaces of #abacca

RGB 171172202
HSL0.660.230.73
HSV238°15°79°
CMYK 0.150.150.00   0.21
XYZ42.207842.427261.8418
Yxy42.42720.28820.2897
Hunter Lab65.13621.6785-10.6960
CIE-Lab71.16455.7562-15.3458

#abacca color RGB value is (171,172,202).

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

The process color (four color CMYK) of #abacca color hex is 0.15, 0.15, 0.00, 0.21. Web safe color of #abacca is #9999cc. Color #abacca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11001010
Octal 253 254 312
Decimal 171 172 202
Hex AB AC CA

RGB Percentages of Color #abacca

%31.38
%31.56
%37.06

CMYK Percentages of Color #abacca

%15
%15
%0
%21

Triadic Colors of #abacca

#abacca #caabac #accaab

Analogous Colors of #abacca

#abacca #baabca #abbcca

Monochromatic Colors of #abacca

#abacca

Complementary Color

#abacca #cac9ab

#abacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacca Color CSS Codes

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

#abacca Text Font Color

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

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


#abacca Background Color

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

This div background color is #abacca


#abacca Border Color

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

This div border color is #abacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacca


Comments

No comments written yet.

Please login to write comment.