Color Hex Logo

#abffdc Color Hex

#ABFFDC
(171,255,220)
0 Favorites   0 Comments

Color spaces of #abffdc

RGB 171255220
HSL0.431.000.84
HSV155°33°100°
CMYK 0.330.000.14   0.00
XYZ65.472985.345280.7326
Yxy85.34520.28280.3686
Hunter Lab92.3825-35.163612.8545
CIE-Lab94.0317-32.69278.6899

#abffdc color RGB value is (171,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11011100
Octal 253 377 334
Decimal 171 255 220
Hex AB FF DC

RGB Percentages of Color #abffdc

%26.47
%39.47
%34.06

CMYK Percentages of Color #abffdc

%33
%0
%14
%0

Triadic Colors of #abffdc

#abffdc #dcabff #ffdcab

Analogous Colors of #abffdc

#abffdc #abf8ff #abffb2

Monochromatic Colors of #abffdc

#abffdc

Complementary Color

#abffdc #ffabce

#abffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffdc Color CSS Codes

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

#abffdc Text Font Color

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

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


#abffdc Background Color

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

This div background color is #abffdc


#abffdc Border Color

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

This div border color is #abffdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,255,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 #abffdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffdc


Comments

No comments written yet.

Please login to write comment.