Color Hex Logo

#abcbff Color Hex

#ABCBFF
(171,203,255)
0 Favorites   0 Comments

Color spaces of #abcbff

RGB 171203255
HSL0.601.000.84
HSV217°33°100°
CMYK 0.330.200.00   0.00
XYZ56.200558.5898102.9546
Yxy58.58980.25810.2691
Hunter Lab76.5440-2.8928-26.1666
CIE-Lab81.06561.2799-28.9477

#abcbff color RGB value is (171,203,255).

#abcbff hex color red value is 171, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abcbff hue: 0.60 , saturation: 1.00 and the lightness value of abcbff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11111111
Octal 253 313 377
Decimal 171 203 255
Hex AB CB FF

RGB Percentages of Color #abcbff

%27.19
%32.27
%40.54

CMYK Percentages of Color #abcbff

%33
%20
%0
%0

Triadic Colors of #abcbff

#abcbff #ffabcb #cbffab

Analogous Colors of #abcbff

#abcbff #b5abff #abf5ff

Monochromatic Colors of #abcbff

#abcbff

Complementary Color

#abcbff #ffdfab

#abcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbff Color CSS Codes

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

#abcbff Text Font Color

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

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


#abcbff Background Color

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

This div background color is #abcbff


#abcbff Border Color

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

This div border color is #abcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbff

Related Colors

#abcbff Color Palettes


Comments

No comments written yet.

Please login to write comment.