Color Hex Logo

#abcdfb Color Hex

#ABCDFB
(171,205,251)
0 Favorites   0 Comments

Color spaces of #abcdfb

RGB 171205251
HSL0.600.910.83
HSV215°32°98°
CMYK 0.320.180.00   0.02
XYZ56.038559.285699.7565
Yxy59.28560.26050.2756
Hunter Lab76.9971-4.8327-22.9174
CIE-Lab81.4483-0.7734-26.2339

#abcdfb color RGB value is (171,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11111011
Octal 253 315 373
Decimal 171 205 251
Hex AB CD FB

RGB Percentages of Color #abcdfb

%27.27
%32.70
%40.03

CMYK Percentages of Color #abcdfb

%32
%18
%0
%2

Triadic Colors of #abcdfb

#abcdfb #fbabcd #cdfbab

Analogous Colors of #abcdfb

#abcdfb #b1abfb #abf5fb

Monochromatic Colors of #abcdfb

#abcdfb

Complementary Color

#abcdfb #fbd9ab

#abcdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdfb Color CSS Codes

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

#abcdfb Text Font Color

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

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


#abcdfb Background Color

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

This div background color is #abcdfb


#abcdfb Border Color

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

This div border color is #abcdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdfb


Comments

No comments written yet.

Please login to write comment.