Color Hex Logo

#abfedd Color Hex

#ABFEDD
(171,254,221)
0 Favorites   0 Comments

Color spaces of #abfedd

RGB 171254221
HSL0.430.980.83
HSV156°33°100°
CMYK 0.330.000.13   0.00
XYZ65.287584.762081.3263
Yxy84.76200.28220.3663
Hunter Lab92.0663-34.535212.0729
CIE-Lab93.7805-32.02727.8141

#abfedd color RGB value is (171,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11011101
Octal 253 376 335
Decimal 171 254 221
Hex AB FE DD

RGB Percentages of Color #abfedd

%26.47
%39.32
%34.21

CMYK Percentages of Color #abfedd

%33
%0
%13
%0

Triadic Colors of #abfedd

#abfedd #ddabfe #feddab

Analogous Colors of #abfedd

#abfedd #abf6fe #abfeb4

Monochromatic Colors of #abfedd

#abfedd

Complementary Color

#abfedd #feabcc

#abfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfedd Color CSS Codes

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

#abfedd Text Font Color

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

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


#abfedd Background Color

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

This div background color is #abfedd


#abfedd Border Color

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

This div border color is #abfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfedd

Related Colors


Comments

No comments written yet.

Please login to write comment.