Color Hex Logo

#abefcf Color Hex

#ABEFCF
(171,239,207)
0 Favorites   0 Comments

Color spaces of #abefcf

RGB 171239207
HSL0.420.680.80
HSV152°28°94°
CMYK 0.280.000.13   0.06
XYZ58.923674.895970.3822
Yxy74.89590.28860.3668
Hunter Lab86.5424-29.915012.3610
CIE-Lab89.3442-27.73238.7004

#abefcf color RGB value is (171,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11001111
Octal 253 357 317
Decimal 171 239 207
Hex AB EF CF

RGB Percentages of Color #abefcf

%27.71
%38.74
%33.55

CMYK Percentages of Color #abefcf

%28
%0
%13
%6

Triadic Colors of #abefcf

#abefcf #cfabef #efcfab

Analogous Colors of #abefcf

#abefcf #abedef #abefad

Monochromatic Colors of #abefcf

#abefcf

Complementary Color

#abefcf #efabcb

#abefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefcf Color CSS Codes

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

#abefcf Text Font Color

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

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


#abefcf Background Color

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

This div background color is #abefcf


#abefcf Border Color

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

This div border color is #abefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefcf


Comments

No comments written yet.

Please login to write comment.