Color Hex Logo

#abefff Color Hex

#ABEFFF
(171,239,255)
0 Favorites   0 Comments

Color spaces of #abefff

RGB 171239255
HSL0.531.000.84
HSV191°33°100°
CMYK 0.330.060.00   0.00
XYZ65.711177.6109106.1248
Yxy77.61090.26340.3111
Hunter Lab88.0970-21.0277-9.7549
CIE-Lab90.6021-17.3750-14.5001

#abefff color RGB value is (171,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11111111
Octal 253 357 377
Decimal 171 239 255
Hex AB EF FF

RGB Percentages of Color #abefff

%25.71
%35.94
%38.35

CMYK Percentages of Color #abefff

%33
%6
%0
%0

Triadic Colors of #abefff

#abefff #ffabef #efffab

Analogous Colors of #abefff

#abefff #abc5ff #abffe5

Monochromatic Colors of #abefff

#abefff

Complementary Color

#abefff #ffbbab

#abefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefff Color CSS Codes

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

#abefff Text Font Color

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

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


#abefff Background Color

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

This div background color is #abefff


#abefff Border Color

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

This div border color is #abefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefff

Related Colors


Comments

No comments written yet.

Please login to write comment.