Color Hex Logo

#abaec1 Color Hex

#ABAEC1
(171,174,193)
0 Favorites   0 Comments

Color spaces of #abaec1

RGB 171174193
HSL0.640.150.71
HSV232°11°76°
CMYK 0.110.100.00   0.24
XYZ41.556342.780356.5192
Yxy42.78030.29500.3037
Hunter Lab65.4067-1.0512-5.4490
CIE-Lab71.40562.7439-10.0350

#abaec1 color RGB value is (171,174,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11000001
Octal 253 256 301
Decimal 171 174 193
Hex AB AE C1

RGB Percentages of Color #abaec1

%31.78
%32.34
%35.87

CMYK Percentages of Color #abaec1

%11
%10
%0
%24

Triadic Colors of #abaec1

#abaec1 #c1abae #aec1ab

Analogous Colors of #abaec1

#abaec1 #b3abc1 #abb9c1

Monochromatic Colors of #abaec1

#abaec1

Complementary Color

#abaec1 #c1beab

#abaec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaec1 Color CSS Codes

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

#abaec1 Text Font Color

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

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


#abaec1 Background Color

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

This div background color is #abaec1


#abaec1 Border Color

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

This div border color is #abaec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaec1


Comments

No comments written yet.

Please login to write comment.