Color Hex Logo

#abafe9 Color Hex

#ABAFE9
(171,175,233)
0 Favorites   0 Comments

Color spaces of #abafe9

RGB 171175233
HSL0.660.580.79
HSV236°27°91°
CMYK 0.270.250.00   0.09
XYZ46.832545.201183.3471
Yxy45.20110.26700.2577
Hunter Lab67.23186.6845-26.4395
CIE-Lab73.024111.1928-29.4634

#abafe9 color RGB value is (171,175,233).

#abafe9 hex color red value is 171, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #abafe9 hue: 0.66 , saturation: 0.58 and the lightness value of abafe9 is 0.79.

The process color (four color CMYK) of #abafe9 color hex is 0.27, 0.25, 0.00, 0.09. Web safe color of #abafe9 is #9999ff. Color #abafe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11101001
Octal 253 257 351
Decimal 171 175 233
Hex AB AF E9

RGB Percentages of Color #abafe9

%29.53
%30.22
%40.24

CMYK Percentages of Color #abafe9

%27
%25
%0
%9

Triadic Colors of #abafe9

#abafe9 #e9abaf #afe9ab

Analogous Colors of #abafe9

#abafe9 #c6abe9 #abcee9

Monochromatic Colors of #abafe9

#abafe9

Complementary Color

#abafe9 #e9e5ab

#abafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafe9 Color CSS Codes

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

#abafe9 Text Font Color

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

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


#abafe9 Background Color

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

This div background color is #abafe9


#abafe9 Border Color

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

This div border color is #abafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafe9


Comments

No comments written yet.

Please login to write comment.