Color Hex Logo

#abbadc Color Hex

#ABBADC
(171,186,220)
0 Favorites   0 Comments

Color spaces of #abbadc

RGB 171186220
HSL0.620.410.77
HSV222°22°86°
CMYK 0.220.150.00   0.14
XYZ47.271848.943074.6656
Yxy48.94300.27660.2864
Hunter Lab69.9593-1.8155-14.3071
CIE-Lab75.41592.1146-18.7533

#abbadc color RGB value is (171,186,220).

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

The process color (four color CMYK) of #abbadc color hex is 0.22, 0.15, 0.00, 0.14. Web safe color of #abbadc is #99cccc. Color #abbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11011100
Octal 253 272 334
Decimal 171 186 220
Hex AB BA DC

RGB Percentages of Color #abbadc

%29.64
%32.24
%38.13

CMYK Percentages of Color #abbadc

%22
%15
%0
%14

Triadic Colors of #abbadc

#abbadc #dcabba #badcab

Analogous Colors of #abbadc

#abbadc #b5abdc #abd3dc

Monochromatic Colors of #abbadc

#abbadc

Complementary Color

#abbadc #dccdab

#abbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbadc Color CSS Codes

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

#abbadc Text Font Color

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

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


#abbadc Background Color

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

This div background color is #abbadc


#abbadc Border Color

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

This div border color is #abbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbadc


Comments

No comments written yet.

Please login to write comment.