Color Hex Logo

#abacda Color Hex

#ABACDA
(171,172,218)
0 Favorites   0 Comments

Color spaces of #abacda

RGB 171172218
HSL0.660.390.76
HSV239°22°85°
CMYK 0.220.210.00   0.15
XYZ44.202043.224972.3432
Yxy43.22490.27670.2705
Hunter Lab65.74564.9539-19.2178
CIE-Lab71.70739.3317-23.2994

#abacda color RGB value is (171,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11011010
Octal 253 254 332
Decimal 171 172 218
Hex AB AC DA

RGB Percentages of Color #abacda

%30.48
%30.66
%38.86

CMYK Percentages of Color #abacda

%22
%21
%0
%15

Triadic Colors of #abacda

#abacda #daabac #acdaab

Analogous Colors of #abacda

#abacda #c2abda #abc4da

Monochromatic Colors of #abacda

#abacda

Complementary Color

#abacda #dad9ab

#abacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacda Color CSS Codes

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

#abacda Text Font Color

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

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


#abacda Background Color

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

This div background color is #abacda


#abacda Border Color

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

This div border color is #abacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacda


Comments

No comments written yet.

Please login to write comment.