Color Hex Logo

#abbadf Color Hex

#ABBADF
(171,186,223)
0 Favorites   0 Comments

Color spaces of #abbadf

RGB 171186223
HSL0.620.450.77
HSV223°23°87°
CMYK 0.230.170.00   0.13
XYZ47.672849.103576.7773
Yxy49.10350.27470.2829
Hunter Lab70.0739-1.1919-15.9101
CIE-Lab75.51572.8013-20.2284

#abbadf color RGB value is (171,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11011111
Octal 253 272 337
Decimal 171 186 223
Hex AB BA DF

RGB Percentages of Color #abbadf

%29.48
%32.07
%38.45

CMYK Percentages of Color #abbadf

%23
%17
%0
%13

Triadic Colors of #abbadf

#abbadf #dfabba #badfab

Analogous Colors of #abbadf

#abbadf #b6abdf #abd4df

Monochromatic Colors of #abbadf

#abbadf

Complementary Color

#abbadf #dfd0ab

#abbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbadf Color CSS Codes

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

#abbadf Text Font Color

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

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


#abbadf Background Color

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

This div background color is #abbadf


#abbadf Border Color

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

This div border color is #abbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbadf


Comments

No comments written yet.

Please login to write comment.