Color Hex Logo

#abaeb7 Color Hex

#ABAEB7
(171,174,183)
0 Favorites   0 Comments

Color spaces of #abaeb7

RGB 171174183
HSL0.630.080.69
HSV225°72°
CMYK 0.070.050.00   0.28
XYZ40.477942.348950.8405
Yxy42.34890.30280.3168
Hunter Lab65.0760-2.8544-0.7670
CIE-Lab71.11080.7031-4.9690

#abaeb7 color RGB value is (171,174,183).

#abaeb7 hex color red value is 171, green value is 174 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #abaeb7 hue: 0.63 , saturation: 0.08 and the lightness value of abaeb7 is 0.69.

The process color (four color CMYK) of #abaeb7 color hex is 0.07, 0.05, 0.00, 0.28. Web safe color of #abaeb7 is #9999cc. Color #abaeb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10110111
Octal 253 256 267
Decimal 171 174 183
Hex AB AE B7

RGB Percentages of Color #abaeb7

%32.39
%32.95
%34.66

CMYK Percentages of Color #abaeb7

%7
%5
%0
%28

Triadic Colors of #abaeb7

#abaeb7 #b7abae #aeb7ab

Analogous Colors of #abaeb7

#abaeb7 #aeabb7 #abb4b7

Monochromatic Colors of #abaeb7

#abaeb7

Complementary Color

#abaeb7 #b7b4ab

#abaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeb7 Color CSS Codes

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

#abaeb7 Text Font Color

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

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


#abaeb7 Background Color

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

This div background color is #abaeb7


#abaeb7 Border Color

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

This div border color is #abaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeb7


Comments

No comments written yet.

Please login to write comment.