Color Hex Logo

#abfdd6 Color Hex

#ABFDD6
(171,253,214)
0 Favorites   0 Comments

Color spaces of #abfdd6

RGB 171253214
HSL0.420.950.83
HSV151°32°99°
CMYK 0.320.000.15   0.01
XYZ64.057583.763576.4101
Yxy83.76350.28570.3736
Hunter Lab91.5224-35.230214.5657
CIE-Lab93.3477-32.949810.8007

#abfdd6 color RGB value is (171,253,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11010110
Octal 253 375 326
Decimal 171 253 214
Hex AB FD D6

RGB Percentages of Color #abfdd6

%26.80
%39.66
%33.54

CMYK Percentages of Color #abfdd6

%32
%0
%15
%1

Triadic Colors of #abfdd6

#abfdd6 #d6abfd #fdd6ab

Analogous Colors of #abfdd6

#abfdd6 #abfbfd #abfdad

Monochromatic Colors of #abfdd6

#abfdd6

Complementary Color

#abfdd6 #fdabd2

#abfdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdd6 Color CSS Codes

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

#abfdd6 Text Font Color

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

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


#abfdd6 Background Color

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

This div background color is #abfdd6


#abfdd6 Border Color

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

This div border color is #abfdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdd6


Comments

No comments written yet.

Please login to write comment.