Color Hex Logo

#abfddf Color Hex

#ABFDDF
(171,253,223)
0 Favorites   0 Comments

Color spaces of #abfddf

RGB 171253223
HSL0.440.950.83
HSV158°32°99°
CMYK 0.320.000.12   0.01
XYZ65.239184.236282.6328
Yxy84.23620.28110.3629
Hunter Lab91.7803-33.734410.8655
CIE-Lab93.5530-31.15576.4554

#abfddf color RGB value is (171,253,223).

#abfddf hex color red value is 171, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abfddf hue: 0.44 , saturation: 0.95 and the lightness value of abfddf is 0.83.

The process color (four color CMYK) of #abfddf color hex is 0.32, 0.00, 0.12, 0.01. Web safe color of #abfddf is #99ffcc. Color #abfddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11011111
Octal 253 375 337
Decimal 171 253 223
Hex AB FD DF

RGB Percentages of Color #abfddf

%26.43
%39.10
%34.47

CMYK Percentages of Color #abfddf

%32
%0
%12
%1

Triadic Colors of #abfddf

#abfddf #dfabfd #fddfab

Analogous Colors of #abfddf

#abfddf #abf2fd #abfdb6

Monochromatic Colors of #abfddf

#abfddf

Complementary Color

#abfddf #fdabc9

#abfddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfddf Color CSS Codes

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

#abfddf Text Font Color

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

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


#abfddf Background Color

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

This div background color is #abfddf


#abfddf Border Color

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

This div border color is #abfddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfddf


Comments

No comments written yet.

Please login to write comment.