Color Hex Logo

#abdefb Color Hex

#ABDEFB
(171,222,251)
0 Favorites   0 Comments

Color spaces of #abdefb

RGB 171222251
HSL0.560.910.83
HSV202°32°98°
CMYK 0.320.120.00   0.02
XYZ60.328467.8655101.1865
Yxy67.86550.26300.2959
Hunter Lab82.3805-13.4479-15.1585
CIE-Lab85.9391-9.6938-19.4148

#abdefb color RGB value is (171,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11111011
Octal 253 336 373
Decimal 171 222 251
Hex AB DE FB

RGB Percentages of Color #abdefb

%26.55
%34.47
%38.98

CMYK Percentages of Color #abdefb

%32
%12
%0
%2

Triadic Colors of #abdefb

#abdefb #fbabde #defbab

Analogous Colors of #abdefb

#abdefb #abb6fb #abfbf0

Monochromatic Colors of #abdefb

#abdefb

Complementary Color

#abdefb #fbc8ab

#abdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdefb Color CSS Codes

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

#abdefb Text Font Color

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

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


#abdefb Background Color

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

This div background color is #abdefb


#abdefb Border Color

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

This div border color is #abdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdefb

Related Colors


Comments

No comments written yet.

Please login to write comment.