Color Hex Logo

#abe6ff Color Hex

#ABE6FF
(171,230,255)
0 Favorites   0 Comments

Color spaces of #abe6ff

RGB 171230255
HSL0.551.000.84
HSV198°33°100°
CMYK 0.330.100.00   0.00
XYZ63.141472.4716105.2682
Yxy72.47160.26210.3009
Hunter Lab85.1303-16.5839-13.7241
CIE-Lab88.1951-12.8402-18.1151

#abe6ff color RGB value is (171,230,255).

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

The process color (four color CMYK) of #abe6ff color hex is 0.33, 0.10, 0.00, 0.00. Web safe color of #abe6ff is #99ffff. Color #abe6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 11111111
Octal 253 346 377
Decimal 171 230 255
Hex AB E6 FF

RGB Percentages of Color #abe6ff

%26.07
%35.06
%38.87

CMYK Percentages of Color #abe6ff

%33
%10
%0
%0

Triadic Colors of #abe6ff

#abe6ff #ffabe6 #e6ffab

Analogous Colors of #abe6ff

#abe6ff #abbcff #abffee

Monochromatic Colors of #abe6ff

#abe6ff

Complementary Color

#abe6ff #ffc4ab

#abe6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6ff Color CSS Codes

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

#abe6ff Text Font Color

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

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


#abe6ff Background Color

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

This div background color is #abe6ff


#abe6ff Border Color

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

This div border color is #abe6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6ff

#abe6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.