Color Hex Logo

#abcdff Color Hex

#ABCDFF
(171,205,255)
0 Favorites   0 Comments

Color spaces of #abcdff

RGB 171205255
HSL0.601.000.84
HSV216°33°100°
CMYK 0.330.200.00   0.00
XYZ56.675959.5406103.1131
Yxy59.54060.25840.2715
Hunter Lab77.1626-3.9262-25.2160
CIE-Lab81.58780.2089-28.1480

#abcdff color RGB value is (171,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11111111
Octal 253 315 377
Decimal 171 205 255
Hex AB CD FF

RGB Percentages of Color #abcdff

%27.10
%32.49
%40.41

CMYK Percentages of Color #abcdff

%33
%20
%0
%0

Triadic Colors of #abcdff

#abcdff #ffabcd #cdffab

Analogous Colors of #abcdff

#abcdff #b3abff #abf7ff

Monochromatic Colors of #abcdff

#abcdff

Complementary Color

#abcdff #ffddab

#abcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdff Color CSS Codes

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

#abcdff Text Font Color

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

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


#abcdff Background Color

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

This div background color is #abcdff


#abcdff Border Color

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

This div border color is #abcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdff


Comments

No comments written yet.

Please login to write comment.