Color Hex Logo

#abddfb Color Hex

#ABDDFB
(171,221,251)
0 Favorites   0 Comments

Color spaces of #abddfb

RGB 171221251
HSL0.560.910.83
HSV203°32°98°
CMYK 0.320.120.00   0.02
XYZ60.063667.3359101.0982
Yxy67.33590.26290.2947
Hunter Lab82.0585-12.9472-15.6059
CIE-Lab85.6733-9.1774-19.8164

#abddfb color RGB value is (171,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11111011
Octal 253 335 373
Decimal 171 221 251
Hex AB DD FB

RGB Percentages of Color #abddfb

%26.59
%34.37
%39.04

CMYK Percentages of Color #abddfb

%32
%12
%0
%2

Triadic Colors of #abddfb

#abddfb #fbabdd #ddfbab

Analogous Colors of #abddfb

#abddfb #abb5fb #abfbf1

Monochromatic Colors of #abddfb

#abddfb

Complementary Color

#abddfb #fbc9ab

#abddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddfb Color CSS Codes

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

#abddfb Text Font Color

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

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


#abddfb Background Color

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

This div background color is #abddfb


#abddfb Border Color

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

This div border color is #abddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddfb

#abddfb Color Palettes


Comments

No comments written yet.

Please login to write comment.