Color Hex Logo

#abdefe Color Hex

#ABDEFE
(171,222,254)
0 Favorites   0 Comments

Color spaces of #abdefe

RGB 171222254
HSL0.560.980.83
HSV203°33°100°
CMYK 0.330.130.00   0.00
XYZ60.805368.0562103.6973
Yxy68.05620.26150.2926
Hunter Lab82.4962-12.8017-16.7799
CIE-Lab86.0345-8.9756-20.8515

#abdefe color RGB value is (171,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11111110
Octal 253 336 376
Decimal 171 222 254
Hex AB DE FE

RGB Percentages of Color #abdefe

%26.43
%34.31
%39.26

CMYK Percentages of Color #abdefe

%33
%13
%0
%0

Triadic Colors of #abdefe

#abdefe #feabde #defeab

Analogous Colors of #abdefe

#abdefe #abb5fe #abfef5

Monochromatic Colors of #abdefe

#abdefe

Complementary Color

#abdefe #fecbab

#abdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdefe Color CSS Codes

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

#abdefe Text Font Color

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

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


#abdefe Background Color

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

This div background color is #abdefe


#abdefe Border Color

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

This div border color is #abdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdefe


Comments

No comments written yet.

Please login to write comment.