Color Hex Logo

#abafdf Color Hex

#ABAFDF
(171,175,223)
0 Favorites   0 Comments

Color spaces of #abafdf

RGB 171175223
HSL0.650.450.77
HSV235°23°87°
CMYK 0.230.220.00   0.13
XYZ45.443844.645676.0343
Yxy44.64560.27360.2687
Hunter Lab66.81744.4710-20.6964
CIE-Lab72.65798.8286-24.5795

#abafdf color RGB value is (171,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11011111
Octal 253 257 337
Decimal 171 175 223
Hex AB AF DF

RGB Percentages of Color #abafdf

%30.05
%30.76
%39.19

CMYK Percentages of Color #abafdf

%23
%22
%0
%13

Triadic Colors of #abafdf

#abafdf #dfabaf #afdfab

Analogous Colors of #abafdf

#abafdf #c1abdf #abc9df

Monochromatic Colors of #abafdf

#abafdf

Complementary Color

#abafdf #dfdbab

#abafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafdf Color CSS Codes

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

#abafdf Text Font Color

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

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


#abafdf Background Color

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

This div background color is #abafdf


#abafdf Border Color

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

This div border color is #abafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafdf


Comments

No comments written yet.

Please login to write comment.