Color Hex Logo

#ababdf Color Hex

#ABABDF
(171,171,223)
0 Favorites   0 Comments

Color spaces of #ababdf

RGB 171171223
HSL0.670.450.77
HSV240°23°87°
CMYK 0.230.230.00   0.13
XYZ44.676843.111575.7787
Yxy43.11150.27310.2636
Hunter Lab65.65936.5535-22.4662
CIE-Lab71.630611.0446-26.1517

#ababdf color RGB value is (171,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11011111
Octal 253 253 337
Decimal 171 171 223
Hex AB AB DF

RGB Percentages of Color #ababdf

%30.27
%30.27
%39.47

CMYK Percentages of Color #ababdf

%23
%23
%0
%13

Triadic Colors of #ababdf

#ababdf #dfabab #abdfab

Analogous Colors of #ababdf

#ababdf #c5abdf #abc5df

Monochromatic Colors of #ababdf

#ababdf

Complementary Color

#ababdf #dfdfab

#ababdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababdf Color CSS Codes

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

#ababdf Text Font Color

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

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


#ababdf Background Color

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

This div background color is #ababdf


#ababdf Border Color

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

This div border color is #ababdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababdf


Comments

No comments written yet.

Please login to write comment.