Color Hex Logo

#abefee Color Hex

#ABEFEE
(171,239,238)
0 Favorites   0 Comments

Color spaces of #abefee

RGB 171239238
HSL0.500.680.80
HSV179°28°94°
CMYK 0.280.000.00   0.06
XYZ63.093776.564092.3419
Yxy76.56400.27200.3300
Hunter Lab87.5009-24.4166-1.3197
CIE-Lab90.1206-21.2495-6.3447

#abefee color RGB value is (171,239,238).

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

The process color (four color CMYK) of #abefee color hex is 0.28, 0.00, 0.00, 0.06. Web safe color of #abefee is #99ffff. Color #abefee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11101110
Octal 253 357 356
Decimal 171 239 238
Hex AB EF EE

RGB Percentages of Color #abefee

%26.39
%36.88
%36.73

CMYK Percentages of Color #abefee

%28
%0
%0
%6

Triadic Colors of #abefee

#abefee #eeabef #efeeab

Analogous Colors of #abefee

#abefee #abceef #abefcc

Monochromatic Colors of #abefee

#abefee

Complementary Color

#abefee #efabac

#abefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefee Color CSS Codes

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

#abefee Text Font Color

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

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


#abefee Background Color

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

This div background color is #abefee


#abefee Border Color

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

This div border color is #abefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefee


Comments

No comments written yet.

Please login to write comment.