Color Hex Logo

#abaebd Color Hex

#ABAEBD
(171,174,189)
0 Favorites   0 Comments

Color spaces of #abaebd

RGB 171174189
HSL0.640.120.71
HSV230°10°74°
CMYK 0.100.080.00   0.26
XYZ41.115942.604254.2005
Yxy42.60420.29810.3089
Hunter Lab65.2719-1.7856-3.5429
CIE-Lab71.28551.9162-8.0133

#abaebd color RGB value is (171,174,189).

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

The process color (four color CMYK) of #abaebd color hex is 0.10, 0.08, 0.00, 0.26. Web safe color of #abaebd is #9999cc. Color #abaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10111101
Octal 253 256 275
Decimal 171 174 189
Hex AB AE BD

RGB Percentages of Color #abaebd

%32.02
%32.58
%35.39

CMYK Percentages of Color #abaebd

%10
%8
%0
%26

Triadic Colors of #abaebd

#abaebd #bdabae #aebdab

Analogous Colors of #abaebd

#abaebd #b1abbd #abb7bd

Monochromatic Colors of #abaebd

#abaebd

Complementary Color

#abaebd #bdbaab

#abaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaebd Color CSS Codes

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

#abaebd Text Font Color

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

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


#abaebd Background Color

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

This div background color is #abaebd


#abaebd Border Color

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

This div border color is #abaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaebd


Comments

No comments written yet.

Please login to write comment.