Color Hex Logo

#abafdd Color Hex

#ABAFDD
(171,175,221)
0 Favorites   0 Comments

Color spaces of #abafdd

RGB 171175221
HSL0.650.420.77
HSV235°23°87°
CMYK 0.230.210.00   0.13
XYZ45.175744.538374.6224
Yxy44.53830.27490.2710
Hunter Lab66.73704.0406-19.5796
CIE-Lab72.58688.3646-23.5968

#abafdd color RGB value is (171,175,221).

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

The process color (four color CMYK) of #abafdd color hex is 0.23, 0.21, 0.00, 0.13. Web safe color of #abafdd is #9999cc. Color #abafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11011101
Octal 253 257 335
Decimal 171 175 221
Hex AB AF DD

RGB Percentages of Color #abafdd

%30.16
%30.86
%38.98

CMYK Percentages of Color #abafdd

%23
%21
%0
%13

Triadic Colors of #abafdd

#abafdd #ddabaf #afddab

Analogous Colors of #abafdd

#abafdd #c0abdd #abc8dd

Monochromatic Colors of #abafdd

#abafdd

Complementary Color

#abafdd #ddd9ab

#abafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafdd Color CSS Codes

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

#abafdd Text Font Color

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

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


#abafdd Background Color

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

This div background color is #abafdd


#abafdd Border Color

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

This div border color is #abafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafdd


Comments

No comments written yet.

Please login to write comment.