Color Hex Logo

#abefec Color Hex

#ABEFEC
(171,239,236)
0 Favorites   0 Comments

Color spaces of #abefec

RGB 171239236
HSL0.490.680.80
HSV177°28°94°
CMYK 0.280.000.01   0.06
XYZ62.801476.447190.8027
Yxy76.44710.27300.3323
Hunter Lab87.4340-24.7980-0.3705
CIE-Lab90.0665-21.6912-5.3801

#abefec color RGB value is (171,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11101100
Octal 253 357 354
Decimal 171 239 236
Hex AB EF EC

RGB Percentages of Color #abefec

%26.47
%37.00
%36.53

CMYK Percentages of Color #abefec

%28
%0
%1
%6

Triadic Colors of #abefec

#abefec #ecabef #efecab

Analogous Colors of #abefec

#abefec #abd0ef #abefca

Monochromatic Colors of #abefec

#abefec

Complementary Color

#abefec #efabae

#abefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefec Color CSS Codes

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

#abefec Text Font Color

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

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


#abefec Background Color

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

This div background color is #abefec


#abefec Border Color

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

This div border color is #abefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefec


Comments

No comments written yet.

Please login to write comment.