Color Hex Logo

#abefed Color Hex

#ABEFED
(171,239,237)
0 Favorites   0 Comments

Color spaces of #abefed

RGB 171239237
HSL0.500.680.80
HSV178°28°94°
CMYK 0.280.000.01   0.06
XYZ62.947276.505491.5701
Yxy76.50540.27250.3312
Hunter Lab87.4674-24.6077-0.8439
CIE-Lab90.0935-21.4706-5.8625

#abefed color RGB value is (171,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11101101
Octal 253 357 355
Decimal 171 239 237
Hex AB EF ED

RGB Percentages of Color #abefed

%26.43
%36.94
%36.63

CMYK Percentages of Color #abefed

%28
%0
%1
%6

Triadic Colors of #abefed

#abefed #edabef #efedab

Analogous Colors of #abefed

#abefed #abcfef #abefcb

Monochromatic Colors of #abefed

#abefed

Complementary Color

#abefed #efabad

#abefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefed Color CSS Codes

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

#abefed Text Font Color

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

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


#abefed Background Color

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

This div background color is #abefed


#abefed Border Color

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

This div border color is #abefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefed


Comments

No comments written yet.

Please login to write comment.