Color Hex Logo

#abc7ff Color Hex

#ABC7FF
(171,199,255)
0 Favorites   0 Comments

Color spaces of #abc7ff

RGB 171199255
HSL0.611.000.84
HSV220°33°100°
CMYK 0.330.220.00   0.00
XYZ55.268056.7248102.6438
Yxy56.72480.25750.2643
Hunter Lab75.3159-0.8166-28.0819
CIE-Lab80.02463.4331-30.5449

#abc7ff color RGB value is (171,199,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 11111111
Octal 253 307 377
Decimal 171 199 255
Hex AB C7 FF

RGB Percentages of Color #abc7ff

%27.36
%31.84
%40.80

CMYK Percentages of Color #abc7ff

%33
%22
%0
%0

Triadic Colors of #abc7ff

#abc7ff #ffabc7 #c7ffab

Analogous Colors of #abc7ff

#abc7ff #b9abff #abf1ff

Monochromatic Colors of #abc7ff

#abc7ff

Complementary Color

#abc7ff #ffe3ab

#abc7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc7ff Color CSS Codes

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

#abc7ff Text Font Color

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

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


#abc7ff Background Color

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

This div background color is #abc7ff


#abc7ff Border Color

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

This div border color is #abc7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.