Color Hex Logo

#abccfc Color Hex

#ABCCFC
(171,204,252)
0 Favorites   0 Comments

Color spaces of #abccfc

RGB 171204252
HSL0.600.930.83
HSV216°32°99°
CMYK 0.320.190.00   0.01
XYZ55.958158.8719100.5096
Yxy58.87190.25990.2734
Hunter Lab76.7280-4.0932-23.9571
CIE-Lab81.22110.0053-27.1132

#abccfc color RGB value is (171,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11111100
Octal 253 314 374
Decimal 171 204 252
Hex AB CC FC

RGB Percentages of Color #abccfc

%27.27
%32.54
%40.19

CMYK Percentages of Color #abccfc

%32
%19
%0
%1

Triadic Colors of #abccfc

#abccfc #fcabcc #ccfcab

Analogous Colors of #abccfc

#abccfc #b3abfc #abf5fc

Monochromatic Colors of #abccfc

#abccfc

Complementary Color

#abccfc #fcdbab

#abccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccfc Color CSS Codes

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

#abccfc Text Font Color

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

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


#abccfc Background Color

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

This div background color is #abccfc


#abccfc Border Color

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

This div border color is #abccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.