Color Hex Logo

#abe2ff Color Hex

#ABE2FF
(171,226,255)
0 Favorites   0 Comments

Color spaces of #abe2ff

RGB 171226255
HSL0.561.000.84
HSV201°33°100°
CMYK 0.330.110.00   0.00
XYZ62.040970.2706104.9014
Yxy70.27060.26150.2962
Hunter Lab83.8276-14.5901-15.5159
CIE-Lab87.1294-10.7962-19.7225

#abe2ff color RGB value is (171,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 11111111
Octal 253 342 377
Decimal 171 226 255
Hex AB E2 FF

RGB Percentages of Color #abe2ff

%26.23
%34.66
%39.11

CMYK Percentages of Color #abe2ff

%33
%11
%0
%0

Triadic Colors of #abe2ff

#abe2ff #ffabe2 #e2ffab

Analogous Colors of #abe2ff

#abe2ff #abb8ff #abfff2

Monochromatic Colors of #abe2ff

#abe2ff

Complementary Color

#abe2ff #ffc8ab

#abe2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe2ff Color CSS Codes

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

#abe2ff Text Font Color

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

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


#abe2ff Background Color

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

This div background color is #abe2ff


#abe2ff Border Color

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

This div border color is #abe2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe2ff

#abe2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.