Color Hex Logo

#abdcfb Color Hex

#ABDCFB
(171,220,251)
0 Favorites   0 Comments

Color spaces of #abdcfb

RGB 171220251
HSL0.560.910.83
HSV203°32°98°
CMYK 0.320.120.00   0.02
XYZ59.800466.8094101.0105
Yxy66.80940.26270.2935
Hunter Lab81.7370-12.4457-16.0546
CIE-Lab85.4076-8.6599-20.2181

#abdcfb color RGB value is (171,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11111011
Octal 253 334 373
Decimal 171 220 251
Hex AB DC FB

RGB Percentages of Color #abdcfb

%26.64
%34.27
%39.10

CMYK Percentages of Color #abdcfb

%32
%12
%0
%2

Triadic Colors of #abdcfb

#abdcfb #fbabdc #dcfbab

Analogous Colors of #abdcfb

#abdcfb #abb4fb #abfbf2

Monochromatic Colors of #abdcfb

#abdcfb

Complementary Color

#abdcfb #fbcaab

#abdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcfb Color CSS Codes

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

#abdcfb Text Font Color

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

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


#abdcfb Background Color

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

This div background color is #abdcfb


#abdcfb Border Color

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

This div border color is #abdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcfb


Comments

No comments written yet.

Please login to write comment.