Color Hex Logo

#abc1fe Color Hex

#ABC1FE
(171,193,254)
0 Favorites   0 Comments

Color spaces of #abc1fe

RGB 171193254
HSL0.620.980.83
HSV224°33°100°
CMYK 0.330.240.00   0.00
XYZ53.753953.9536101.3469
Yxy53.95360.25710.2581
Hunter Lab73.45312.0856-30.3882
CIE-Lab78.43476.4397-32.4567

#abc1fe color RGB value is (171,193,254).

#abc1fe hex color red value is 171, green value is 193 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abc1fe hue: 0.62 , saturation: 0.98 and the lightness value of abc1fe is 0.83.

The process color (four color CMYK) of #abc1fe color hex is 0.33, 0.24, 0.00, 0.00. Web safe color of #abc1fe is #99ccff. Color #abc1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 11111110
Octal 253 301 376
Decimal 171 193 254
Hex AB C1 FE

RGB Percentages of Color #abc1fe

%27.67
%31.23
%41.10

CMYK Percentages of Color #abc1fe

%33
%24
%0
%0

Triadic Colors of #abc1fe

#abc1fe #feabc1 #c1feab

Analogous Colors of #abc1fe

#abc1fe #bfabfe #abebfe

Monochromatic Colors of #abc1fe

#abc1fe

Complementary Color

#abc1fe #fee8ab

#abc1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc1fe Color CSS Codes

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

#abc1fe Text Font Color

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

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


#abc1fe Background Color

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

This div background color is #abc1fe


#abc1fe Border Color

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

This div border color is #abc1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc1fe


Comments

No comments written yet.

Please login to write comment.