Color Hex Logo

#abafce Color Hex

#ABAFCE
(171,175,206)
0 Favorites   0 Comments

Color spaces of #abafce

RGB 171175206
HSL0.650.260.74
HSV233°17°81°
CMYK 0.170.150.00   0.19
XYZ43.265143.774164.5614
Yxy43.77410.28540.2887
Hunter Lab66.16200.9424-11.5423
CIE-Lab72.07724.9807-16.1652

#abafce color RGB value is (171,175,206).

#abafce hex color red value is 171, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abafce hue: 0.65 , saturation: 0.26 and the lightness value of abafce is 0.74.

The process color (four color CMYK) of #abafce color hex is 0.17, 0.15, 0.00, 0.19. Web safe color of #abafce is #9999cc. Color #abafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11001110
Octal 253 257 316
Decimal 171 175 206
Hex AB AF CE

RGB Percentages of Color #abafce

%30.98
%31.70
%37.32

CMYK Percentages of Color #abafce

%17
%15
%0
%19

Triadic Colors of #abafce

#abafce #ceabaf #afceab

Analogous Colors of #abafce

#abafce #b9abce #abc1ce

Monochromatic Colors of #abafce

#abafce

Complementary Color

#abafce #cecaab

#abafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafce Color CSS Codes

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

#abafce Text Font Color

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

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


#abafce Background Color

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

This div background color is #abafce


#abafce Border Color

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

This div border color is #abafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafce


Comments

No comments written yet.

Please login to write comment.