Color Hex Logo

#abfedc Color Hex

#ABFEDC
(171,254,220)
0 Favorites   0 Comments

Color spaces of #abfedc

RGB 171254220
HSL0.430.980.83
HSV155°33°100°
CMYK 0.330.000.13   0.00
XYZ65.154784.708980.6266
Yxy84.70890.28270.3675
Hunter Lab92.0374-34.702712.4870
CIE-Lab93.7575-32.22778.2965

#abfedc color RGB value is (171,254,220).

#abfedc hex color red value is 171, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abfedc hue: 0.43 , saturation: 0.98 and the lightness value of abfedc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11011100
Octal 253 376 334
Decimal 171 254 220
Hex AB FE DC

RGB Percentages of Color #abfedc

%26.51
%39.38
%34.11

CMYK Percentages of Color #abfedc

%33
%0
%13
%0

Triadic Colors of #abfedc

#abfedc #dcabfe #fedcab

Analogous Colors of #abfedc

#abfedc #abf7fe #abfeb3

Monochromatic Colors of #abfedc

#abfedc

Complementary Color

#abfedc #feabcd

#abfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfedc Color CSS Codes

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

#abfedc Text Font Color

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

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


#abfedc Background Color

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

This div background color is #abfedc


#abfedc Border Color

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

This div border color is #abfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfedc

Related Colors


Comments

No comments written yet.

Please login to write comment.