Color Hex Logo

#abdffe Color Hex

#ABDFFE
(171,223,254)
0 Favorites   0 Comments

Color spaces of #abdffe

RGB 171223254
HSL0.560.980.83
HSV202°33°100°
CMYK 0.330.120.00   0.00
XYZ61.071768.5890103.7861
Yxy68.58900.26160.2938
Hunter Lab82.8185-13.3035-16.3279
CIE-Lab86.3001-9.4921-20.4498

#abdffe color RGB value is (171,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11111110
Octal 253 337 376
Decimal 171 223 254
Hex AB DF FE

RGB Percentages of Color #abdffe

%26.39
%34.41
%39.20

CMYK Percentages of Color #abdffe

%33
%12
%0
%0

Triadic Colors of #abdffe

#abdffe #feabdf #dffeab

Analogous Colors of #abdffe

#abdffe #abb6fe #abfef4

Monochromatic Colors of #abdffe

#abdffe

Complementary Color

#abdffe #fecaab

#abdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdffe Color CSS Codes

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

#abdffe Text Font Color

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

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


#abdffe Background Color

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

This div background color is #abdffe


#abdffe Border Color

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

This div border color is #abdffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdffe

Related Colors


Comments

No comments written yet.

Please login to write comment.