Color Hex Logo

#abcffc Color Hex

#ABCFFC
(171,207,252)
0 Favorites   0 Comments

Color spaces of #abcffc

RGB 171207252
HSL0.590.930.83
HSV213°32°99°
CMYK 0.320.180.00   0.01
XYZ56.678160.3118100.7496
Yxy60.31180.26030.2770
Hunter Lab77.6607-5.6338-22.5548
CIE-Lab82.0074-1.5940-25.9125

#abcffc color RGB value is (171,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11111100
Octal 253 317 374
Decimal 171 207 252
Hex AB CF FC

RGB Percentages of Color #abcffc

%27.14
%32.86
%40.00

CMYK Percentages of Color #abcffc

%32
%18
%0
%1

Triadic Colors of #abcffc

#abcffc #fcabcf #cffcab

Analogous Colors of #abcffc

#abcffc #b0abfc #abf8fc

Monochromatic Colors of #abcffc

#abcffc

Complementary Color

#abcffc #fcd8ab

#abcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcffc Color CSS Codes

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

#abcffc Text Font Color

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

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


#abcffc Background Color

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

This div background color is #abcffc


#abcffc Border Color

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

This div border color is #abcffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcffc


Comments

No comments written yet.

Please login to write comment.