Color Hex Logo

#abcdfe Color Hex

#ABCDFE
(171,205,254)
0 Favorites   0 Comments

Color spaces of #abcdfe

RGB 171205254
HSL0.600.980.83
HSV215°33°100°
CMYK 0.330.190.00   0.00
XYZ56.515359.4763102.2673
Yxy59.47630.25890.2725
Hunter Lab77.1209-4.1541-24.6378
CIE-Lab81.5527-0.0375-27.6701

#abcdfe color RGB value is (171,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11111110
Octal 253 315 376
Decimal 171 205 254
Hex AB CD FE

RGB Percentages of Color #abcdfe

%27.14
%32.54
%40.32

CMYK Percentages of Color #abcdfe

%33
%19
%0
%0

Triadic Colors of #abcdfe

#abcdfe #feabcd #cdfeab

Analogous Colors of #abcdfe

#abcdfe #b3abfe #abf7fe

Monochromatic Colors of #abcdfe

#abcdfe

Complementary Color

#abcdfe #fedcab

#abcdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdfe Color CSS Codes

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

#abcdfe Text Font Color

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

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


#abcdfe Background Color

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

This div background color is #abcdfe


#abcdfe Border Color

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

This div border color is #abcdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdfe


Comments

No comments written yet.

Please login to write comment.