Color Hex Logo

#abafdb Color Hex

#ABAFDB
(171,175,219)
0 Favorites   0 Comments

Color spaces of #abafdb

RGB 171175219
HSL0.650.400.76
HSV235°22°86°
CMYK 0.220.200.00   0.14
XYZ44.910744.432373.2271
Yxy44.43230.27630.2733
Hunter Lab66.65763.6141-18.4731
CIE-Lab72.51657.9033-22.6122

#abafdb color RGB value is (171,175,219).

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

The process color (four color CMYK) of #abafdb color hex is 0.22, 0.20, 0.00, 0.14. Web safe color of #abafdb is #9999cc. Color #abafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11011011
Octal 253 257 333
Decimal 171 175 219
Hex AB AF DB

RGB Percentages of Color #abafdb

%30.27
%30.97
%38.76

CMYK Percentages of Color #abafdb

%22
%20
%0
%14

Triadic Colors of #abafdb

#abafdb #dbabaf #afdbab

Analogous Colors of #abafdb

#abafdb #bfabdb #abc7db

Monochromatic Colors of #abafdb

#abafdb

Complementary Color

#abafdb #dbd7ab

#abafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafdb Color CSS Codes

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

#abafdb Text Font Color

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

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


#abafdb Background Color

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

This div background color is #abafdb


#abafdb Border Color

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

This div border color is #abafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafdb


Comments

No comments written yet.

Please login to write comment.