Color Hex Logo

#abbadd Color Hex

#ABBADD
(171,186,221)
0 Favorites   0 Comments

Color spaces of #abbadd

RGB 171186221
HSL0.620.420.77
HSV222°23°87°
CMYK 0.230.160.00   0.13
XYZ47.404648.996275.3653
Yxy48.99620.27600.2852
Hunter Lab69.9973-1.6088-14.8388
CIE-Lab75.44902.3425-19.2454

#abbadd color RGB value is (171,186,221).

#abbadd hex color red value is 171, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abbadd hue: 0.62 , saturation: 0.42 and the lightness value of abbadd is 0.77.

The process color (four color CMYK) of #abbadd color hex is 0.23, 0.16, 0.00, 0.13. Web safe color of #abbadd is #99cccc. Color #abbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11011101
Octal 253 272 335
Decimal 171 186 221
Hex AB BA DD

RGB Percentages of Color #abbadd

%29.58
%32.18
%38.24

CMYK Percentages of Color #abbadd

%23
%16
%0
%13

Triadic Colors of #abbadd

#abbadd #ddabba #baddab

Analogous Colors of #abbadd

#abbadd #b5abdd #abd3dd

Monochromatic Colors of #abbadd

#abbadd

Complementary Color

#abbadd #ddceab

#abbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbadd Color CSS Codes

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

#abbadd Text Font Color

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

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


#abbadd Background Color

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

This div background color is #abbadd


#abbadd Border Color

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

This div border color is #abbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbadd


Comments

No comments written yet.

Please login to write comment.