Color Hex Logo

#abccff Color Hex

#ABCCFF
(171,204,255)
0 Favorites   0 Comments

Color spaces of #abccff

RGB 171204255
HSL0.601.000.84
HSV216°33°100°
CMYK 0.330.200.00   0.00
XYZ56.437559.0637103.0336
Yxy59.06370.25830.2703
Hunter Lab76.8529-3.4098-25.6907
CIE-Lab81.32660.7440-28.5479

#abccff color RGB value is (171,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11111111
Octal 253 314 377
Decimal 171 204 255
Hex AB CC FF

RGB Percentages of Color #abccff

%27.14
%32.38
%40.48

CMYK Percentages of Color #abccff

%33
%20
%0
%0

Triadic Colors of #abccff

#abccff #ffabcc #ccffab

Analogous Colors of #abccff

#abccff #b4abff #abf6ff

Monochromatic Colors of #abccff

#abccff

Complementary Color

#abccff #ffdeab

#abccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccff Color CSS Codes

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

#abccff Text Font Color

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

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


#abccff Background Color

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

This div background color is #abccff


#abccff Border Color

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

This div border color is #abccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccff

Related Colors

#abccff Color Palettes


Comments

No comments written yet.

Please login to write comment.