Color Hex Logo

#abe3ff Color Hex

#ABE3FF
(171,227,255)
0 Favorites   0 Comments

Color spaces of #abe3ff

RGB 171227255
HSL0.561.000.84
HSV200°33°100°
CMYK 0.330.110.00   0.00
XYZ62.313770.8161104.9923
Yxy70.81610.26170.2974
Hunter Lab84.1523-15.0896-15.0663
CIE-Lab87.3956-11.3087-19.3206

#abe3ff color RGB value is (171,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11111111
Octal 253 343 377
Decimal 171 227 255
Hex AB E3 FF

RGB Percentages of Color #abe3ff

%26.19
%34.76
%39.05

CMYK Percentages of Color #abe3ff

%33
%11
%0
%0

Triadic Colors of #abe3ff

#abe3ff #ffabe3 #e3ffab

Analogous Colors of #abe3ff

#abe3ff #abb9ff #abfff1

Monochromatic Colors of #abe3ff

#abe3ff

Complementary Color

#abe3ff #ffc7ab

#abe3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3ff Color CSS Codes

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

#abe3ff Text Font Color

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

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


#abe3ff Background Color

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

This div background color is #abe3ff


#abe3ff Border Color

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

This div border color is #abe3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3ff


Comments

No comments written yet.

Please login to write comment.