Color Hex Logo

#abefda Color Hex

#ABEFDA
(171,239,218)
0 Favorites   0 Comments

Color spaces of #abefda

RGB 171239218
HSL0.450.680.80
HSV161°28°94°
CMYK 0.280.000.09   0.06
XYZ60.316075.452977.7145
Yxy75.45290.28250.3534
Hunter Lab86.8636-28.06537.7594
CIE-Lab89.6047-25.52303.3417

#abefda color RGB value is (171,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11011010
Octal 253 357 332
Decimal 171 239 218
Hex AB EF DA

RGB Percentages of Color #abefda

%27.23
%38.06
%34.71

CMYK Percentages of Color #abefda

%28
%0
%9
%6

Triadic Colors of #abefda

#abefda #daabef #efdaab

Analogous Colors of #abefda

#abefda #abe2ef #abefb8

Monochromatic Colors of #abefda

#abefda

Complementary Color

#abefda #efabc0

#abefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefda Color CSS Codes

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

#abefda Text Font Color

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

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


#abefda Background Color

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

This div background color is #abefda


#abefda Border Color

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

This div border color is #abefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefda


Comments

No comments written yet.

Please login to write comment.