Color Hex Logo

#abafd0 Color Hex

#ABAFD0
(171,175,208)
0 Favorites   0 Comments

Color spaces of #abafd0

RGB 171175208
HSL0.650.280.74
HSV234°18°82°
CMYK 0.180.160.00   0.18
XYZ43.509743.871965.8494
Yxy43.87190.28390.2863
Hunter Lab66.23591.3422-12.5790
CIE-Lab72.14285.4217-17.1622

#abafd0 color RGB value is (171,175,208).

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

The process color (four color CMYK) of #abafd0 color hex is 0.18, 0.16, 0.00, 0.18. Web safe color of #abafd0 is #9999cc. Color #abafd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11010000
Octal 253 257 320
Decimal 171 175 208
Hex AB AF D0

RGB Percentages of Color #abafd0

%30.87
%31.59
%37.55

CMYK Percentages of Color #abafd0

%18
%16
%0
%18

Triadic Colors of #abafd0

#abafd0 #d0abaf #afd0ab

Analogous Colors of #abafd0

#abafd0 #baabd0 #abc2d0

Monochromatic Colors of #abafd0

#abafd0

Complementary Color

#abafd0 #d0ccab

#abafd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafd0 Color CSS Codes

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

#abafd0 Text Font Color

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

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


#abafd0 Background Color

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

This div background color is #abafd0


#abafd0 Border Color

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

This div border color is #abafd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafd0


Comments

No comments written yet.

Please login to write comment.