Color Hex Logo

#abcefe Color Hex

#ABCEFE
(171,206,254)
0 Favorites   0 Comments

Color spaces of #abcefe

RGB 171206254
HSL0.600.980.83
HSV215°33°100°
CMYK 0.330.190.00   0.00
XYZ56.755359.9563102.3473
Yxy59.95630.25910.2737
Hunter Lab77.4315-4.6691-24.1663
CIE-Lab81.8144-0.5714-27.2699

#abcefe color RGB value is (171,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11111110
Octal 253 316 376
Decimal 171 206 254
Hex AB CE FE

RGB Percentages of Color #abcefe

%27.10
%32.65
%40.25

CMYK Percentages of Color #abcefe

%33
%19
%0
%0

Triadic Colors of #abcefe

#abcefe #feabce #cefeab

Analogous Colors of #abcefe

#abcefe #b2abfe #abf8fe

Monochromatic Colors of #abcefe

#abcefe

Complementary Color

#abcefe #fedbab

#abcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcefe Color CSS Codes

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

#abcefe Text Font Color

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

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


#abcefe Background Color

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

This div background color is #abcefe


#abcefe Border Color

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

This div border color is #abcefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,206,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 #abcefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcefe

Related Colors


Comments

No comments written yet.

Please login to write comment.