Color Hex Logo

#abcfd9 Color Hex

#ABCFD9
(171,207,217)
2 Favorites   0 Comments

Color spaces of #abcfd9

RGB 171207217
HSL0.540.380.76
HSV193°21°85°
CMYK 0.210.050.00   0.15
XYZ51.631858.293374.1761
Yxy58.29330.28050.3166
Hunter Lab76.3500-12.9018-4.1568
CIE-Lab80.9016-9.7079-8.9088

#abcfd9 color RGB value is (171,207,217).

#abcfd9 hex color red value is 171, green value is 207 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #abcfd9 hue: 0.54 , saturation: 0.38 and the lightness value of abcfd9 is 0.76.

The process color (four color CMYK) of #abcfd9 color hex is 0.21, 0.05, 0.00, 0.15. Web safe color of #abcfd9 is #99cccc. Color #abcfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11011001
Octal 253 317 331
Decimal 171 207 217
Hex AB CF D9

RGB Percentages of Color #abcfd9

%28.74
%34.79
%36.47

CMYK Percentages of Color #abcfd9

%21
%5
%0
%15

Triadic Colors of #abcfd9

#abcfd9 #d9abcf #cfd9ab

Analogous Colors of #abcfd9

#abcfd9 #abb8d9 #abd9cc

Monochromatic Colors of #abcfd9

#abcfd9

Complementary Color

#abcfd9 #d9b5ab

#abcfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfd9 Color CSS Codes

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

#abcfd9 Text Font Color

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

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


#abcfd9 Background Color

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

This div background color is #abcfd9


#abcfd9 Border Color

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

This div border color is #abcfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfd9


Comments

No comments written yet.

Please login to write comment.