Color Hex Logo

#abccfa Color Hex

#ABCCFA
(171,204,250)
0 Favorites   0 Comments

Color spaces of #abccfa

RGB 171204250
HSL0.600.890.83
HSV215°32°98°
CMYK 0.320.180.00   0.02
XYZ55.642858.745898.8489
Yxy58.74580.26090.2755
Hunter Lab76.6458-4.5440-22.8133
CIE-Lab81.1517-0.4838-26.1544

#abccfa color RGB value is (171,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11111010
Octal 253 314 372
Decimal 171 204 250
Hex AB CC FA

RGB Percentages of Color #abccfa

%27.36
%32.64
%40.00

CMYK Percentages of Color #abccfa

%32
%18
%0
%2

Triadic Colors of #abccfa

#abccfa #faabcc #ccfaab

Analogous Colors of #abccfa

#abccfa #b2abfa #abf4fa

Monochromatic Colors of #abccfa

#abccfa

Complementary Color

#abccfa #fad9ab

#abccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccfa Color CSS Codes

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

#abccfa Text Font Color

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

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


#abccfa Background Color

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

This div background color is #abccfa


#abccfa Border Color

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

This div border color is #abccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.