Color Hex Logo

#abe7ff Color Hex

#ABE7FF
(171,231,255)
0 Favorites   0 Comments

Color spaces of #abe7ff

RGB 171231255
HSL0.551.000.84
HSV197°33°100°
CMYK 0.330.090.00   0.00
XYZ63.420573.0298105.3613
Yxy73.02980.26230.3020
Hunter Lab85.4575-17.0805-13.2789
CIE-Lab88.4619-13.3484-17.7133

#abe7ff color RGB value is (171,231,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 11111111
Octal 253 347 377
Decimal 171 231 255
Hex AB E7 FF

RGB Percentages of Color #abe7ff

%26.03
%35.16
%38.81

CMYK Percentages of Color #abe7ff

%33
%9
%0
%0

Triadic Colors of #abe7ff

#abe7ff #ffabe7 #e7ffab

Analogous Colors of #abe7ff

#abe7ff #abbdff #abffed

Monochromatic Colors of #abe7ff

#abe7ff

Complementary Color

#abe7ff #ffc3ab

#abe7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe7ff Color CSS Codes

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

#abe7ff Text Font Color

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

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


#abe7ff Background Color

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

This div background color is #abe7ff


#abe7ff Border Color

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

This div border color is #abe7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe7ff

#abe7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.