Color Hex Logo

#abc9df Color Hex

#ABC9DF
(171,201,223)
0 Favorites   0 Comments

Color spaces of #abc9df

RGB 171201223
HSL0.570.450.77
HSV205°23°87°
CMYK 0.230.100.00   0.13
XYZ51.000555.758977.8866
Yxy55.75890.27620.3020
Hunter Lab74.6719-8.7612-9.5722
CIE-Lab79.4764-5.2345-14.2528

#abc9df color RGB value is (171,201,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11011111
Octal 253 311 337
Decimal 171 201 223
Hex AB C9 DF

RGB Percentages of Color #abc9df

%28.74
%33.78
%37.48

CMYK Percentages of Color #abc9df

%23
%10
%0
%13

Triadic Colors of #abc9df

#abc9df #dfabc9 #c9dfab

Analogous Colors of #abc9df

#abc9df #abafdf #abdfdb

Monochromatic Colors of #abc9df

#abc9df

Complementary Color

#abc9df #dfc1ab

#abc9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9df Color CSS Codes

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

#abc9df Text Font Color

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

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


#abc9df Background Color

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

This div background color is #abc9df


#abc9df Border Color

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

This div border color is #abc9df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,201,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 #abc9df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9df


Comments

No comments written yet.

Please login to write comment.