Color Hex Logo

#abeff1 Color Hex

#ABEFF1
(171,239,241)
0 Favorites   0 Comments

Color spaces of #abeff1

RGB 171239241
HSL0.500.710.81
HSV182°29°95°
CMYK 0.290.010.00   0.05
XYZ63.538376.741894.6829
Yxy76.74180.27040.3266
Hunter Lab87.6024-23.8376-2.7605
CIE-Lab90.2026-20.5812-7.7896

#abeff1 color RGB value is (171,239,241).

#abeff1 hex color red value is 171, green value is 239 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #abeff1 hue: 0.50 , saturation: 0.71 and the lightness value of abeff1 is 0.81.

The process color (four color CMYK) of #abeff1 color hex is 0.29, 0.01, 0.00, 0.05. Web safe color of #abeff1 is #99ffff. Color #abeff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11110001
Octal 253 357 361
Decimal 171 239 241
Hex AB EF F1

RGB Percentages of Color #abeff1

%26.27
%36.71
%37.02

CMYK Percentages of Color #abeff1

%29
%1
%0
%5

Triadic Colors of #abeff1

#abeff1 #f1abef #eff1ab

Analogous Colors of #abeff1

#abeff1 #abccf1 #abf1d0

Monochromatic Colors of #abeff1

#abeff1

Complementary Color

#abeff1 #f1adab

#abeff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeff1 Color CSS Codes

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

#abeff1 Text Font Color

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

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


#abeff1 Background Color

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

This div background color is #abeff1


#abeff1 Border Color

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

This div border color is #abeff1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,239,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abeff1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeff1


Comments

No comments written yet.

Please login to write comment.