Color Hex Logo

#abaabe Color Hex

#ABAABE
(171,170,190)
0 Favorites   0 Comments

Color spaces of #abaabe

RGB 171170190
HSL0.680.130.71
HSV243°11°75°
CMYK 0.100.110.00   0.25
XYZ40.463641.125154.5205
Yxy41.12510.29730.3021
Hunter Lab64.12890.4033-5.5164
CIE-Lab70.26354.3111-10.0867

#abaabe color RGB value is (171,170,190).

#abaabe hex color red value is 171, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abaabe hue: 0.68 , saturation: 0.13 and the lightness value of abaabe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10111110
Octal 253 252 276
Decimal 171 170 190
Hex AB AA BE

RGB Percentages of Color #abaabe

%32.20
%32.02
%35.78

CMYK Percentages of Color #abaabe

%10
%11
%0
%25

Triadic Colors of #abaabe

#abaabe #beabaa #aabeab

Analogous Colors of #abaabe

#abaabe #b5aabe #aab3be

Monochromatic Colors of #abaabe

#abaabe

Complementary Color

#abaabe #bdbeaa

#abaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaabe Color CSS Codes

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

#abaabe Text Font Color

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

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


#abaabe Background Color

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

This div background color is #abaabe


#abaabe Border Color

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

This div border color is #abaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaabe

#abaabe Color Palettes


Comments

No comments written yet.

Please login to write comment.