Color Hex Logo

#abaebf Color Hex

#ABAEBF
(171,174,191)
0 Favorites   0 Comments

Color spaces of #abaebf

RGB 171174191
HSL0.640.140.71
HSV231°10°75°
CMYK 0.100.090.00   0.25
XYZ41.334642.691655.3520
Yxy42.69160.29660.3063
Hunter Lab65.3388-1.4203-4.4906
CIE-Lab71.34522.3284-9.0251

#abaebf color RGB value is (171,174,191).

#abaebf hex color red value is 171, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abaebf hue: 0.64 , saturation: 0.14 and the lightness value of abaebf is 0.71.

The process color (four color CMYK) of #abaebf color hex is 0.10, 0.09, 0.00, 0.25. Web safe color of #abaebf is #9999cc. Color #abaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10111111
Octal 253 256 277
Decimal 171 174 191
Hex AB AE BF

RGB Percentages of Color #abaebf

%31.90
%32.46
%35.63

CMYK Percentages of Color #abaebf

%10
%9
%0
%25

Triadic Colors of #abaebf

#abaebf #bfabae #aebfab

Analogous Colors of #abaebf

#abaebf #b2abbf #abb8bf

Monochromatic Colors of #abaebf

#abaebf

Complementary Color

#abaebf #bfbcab

#abaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaebf Color CSS Codes

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

#abaebf Text Font Color

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

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


#abaebf Background Color

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

This div background color is #abaebf


#abaebf Border Color

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

This div border color is #abaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaebf


Comments

No comments written yet.

Please login to write comment.