Color Hex Logo

#abcafb Color Hex

#ABCAFB
(171,202,251)
0 Favorites   0 Comments

Color spaces of #abcafb

RGB 171202251
HSL0.600.910.83
HSV217°32°98°
CMYK 0.320.200.00   0.02
XYZ55.327757.864099.5196
Yxy57.86400.26010.2720
Hunter Lab76.0684-3.2892-24.3207
CIE-Lab80.66310.8309-27.4338

#abcafb color RGB value is (171,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11111011
Octal 253 312 373
Decimal 171 202 251
Hex AB CA FB

RGB Percentages of Color #abcafb

%27.40
%32.37
%40.22

CMYK Percentages of Color #abcafb

%32
%20
%0
%2

Triadic Colors of #abcafb

#abcafb #fbabca #cafbab

Analogous Colors of #abcafb

#abcafb #b4abfb #abf2fb

Monochromatic Colors of #abcafb

#abcafb

Complementary Color

#abcafb #fbdcab

#abcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcafb Color CSS Codes

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

#abcafb Text Font Color

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

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


#abcafb Background Color

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

This div background color is #abcafb


#abcafb Border Color

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

This div border color is #abcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcafb

Related Colors


Comments

No comments written yet.

Please login to write comment.