Color Hex Logo

#abcff0 Color Hex

#ABCFF0
(171,207,240)
0 Favorites   0 Comments

Color spaces of #abcff0

RGB 171207240
HSL0.580.700.81
HSV209°29°94°
CMYK 0.290.140.00   0.06
XYZ54.835659.574891.0470
Yxy59.57480.26690.2900
Hunter Lab77.1847-8.2586-15.9091
CIE-Lab81.6065-4.4769-20.1350

#abcff0 color RGB value is (171,207,240).

#abcff0 hex color red value is 171, green value is 207 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #abcff0 hue: 0.58 , saturation: 0.70 and the lightness value of abcff0 is 0.81.

The process color (four color CMYK) of #abcff0 color hex is 0.29, 0.14, 0.00, 0.06. Web safe color of #abcff0 is #99ccff. Color #abcff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11110000
Octal 253 317 360
Decimal 171 207 240
Hex AB CF F0

RGB Percentages of Color #abcff0

%27.67
%33.50
%38.83

CMYK Percentages of Color #abcff0

%29
%14
%0
%6

Triadic Colors of #abcff0

#abcff0 #f0abcf #cff0ab

Analogous Colors of #abcff0

#abcff0 #abadf0 #abf0ef

Monochromatic Colors of #abcff0

#abcff0

Complementary Color

#abcff0 #f0ccab

#abcff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcff0 Color CSS Codes

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

#abcff0 Text Font Color

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

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


#abcff0 Background Color

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

This div background color is #abcff0


#abcff0 Border Color

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

This div border color is #abcff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcff0


Comments

No comments written yet.

Please login to write comment.