Color Hex Logo

#abafcd Color Hex

#ABAFCD
(171,175,205)
0 Favorites   0 Comments

Color spaces of #abafcd

RGB 171175205
HSL0.650.250.74
HSV233°17°80°
CMYK 0.170.150.00   0.20
XYZ43.144043.725663.9236
Yxy43.72560.28610.2900
Hunter Lab66.12530.7444-11.0281
CIE-Lab72.04474.7618-15.6662

#abafcd color RGB value is (171,175,205).

#abafcd hex color red value is 171, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abafcd hue: 0.65 , saturation: 0.25 and the lightness value of abafcd is 0.74.

The process color (four color CMYK) of #abafcd color hex is 0.17, 0.15, 0.00, 0.20. Web safe color of #abafcd is #9999cc. Color #abafcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11001101
Octal 253 257 315
Decimal 171 175 205
Hex AB AF CD

RGB Percentages of Color #abafcd

%31.03
%31.76
%37.21

CMYK Percentages of Color #abafcd

%17
%15
%0
%20

Triadic Colors of #abafcd

#abafcd #cdabaf #afcdab

Analogous Colors of #abafcd

#abafcd #b8abcd #abc0cd

Monochromatic Colors of #abafcd

#abafcd

Complementary Color

#abafcd #cdc9ab

#abafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafcd Color CSS Codes

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

#abafcd Text Font Color

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

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


#abafcd Background Color

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

This div background color is #abafcd


#abafcd Border Color

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

This div border color is #abafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafcd


Comments

No comments written yet.

Please login to write comment.