Color Hex Logo

#abcffa Color Hex

#ABCFFA
(171,207,250)
0 Favorites   0 Comments

Color spaces of #abcffa

RGB 171207250
HSL0.590.890.83
HSV213°32°98°
CMYK 0.320.170.00   0.02
XYZ56.362760.185799.0888
Yxy60.18570.26140.2791
Hunter Lab77.5794-6.0809-21.4229
CIE-Lab81.9390-2.0815-24.9535

#abcffa color RGB value is (171,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11111010
Octal 253 317 372
Decimal 171 207 250
Hex AB CF FA

RGB Percentages of Color #abcffa

%27.23
%32.96
%39.81

CMYK Percentages of Color #abcffa

%32
%17
%0
%2

Triadic Colors of #abcffa

#abcffa #faabcf #cffaab

Analogous Colors of #abcffa

#abcffa #afabfa #abf7fa

Monochromatic Colors of #abcffa

#abcffa

Complementary Color

#abcffa #fad6ab

#abcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcffa Color CSS Codes

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

#abcffa Text Font Color

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

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


#abcffa Background Color

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

This div background color is #abcffa


#abcffa Border Color

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

This div border color is #abcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcffa


Comments

No comments written yet.

Please login to write comment.