Color Hex Logo

#abfdcd Color Hex

#ABFDCD
(171,253,205)
0 Favorites   0 Comments

Color spaces of #abfdcd

RGB 171253205
HSL0.400.950.83
HSV145°32°99°
CMYK 0.320.000.19   0.01
XYZ62.939383.316370.5220
Yxy83.31630.29030.3843
Hunter Lab91.2778-36.653918.0865
CIE-Lab93.1527-34.675315.1524

#abfdcd color RGB value is (171,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11001101
Octal 253 375 315
Decimal 171 253 205
Hex AB FD CD

RGB Percentages of Color #abfdcd

%27.19
%40.22
%32.59

CMYK Percentages of Color #abfdcd

%32
%0
%19
%1

Triadic Colors of #abfdcd

#abfdcd #cdabfd #fdcdab

Analogous Colors of #abfdcd

#abfdcd #abfdf6 #b2fdab

Monochromatic Colors of #abfdcd

#abfdcd

Complementary Color

#abfdcd #fdabdb

#abfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdcd Color CSS Codes

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

#abfdcd Text Font Color

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

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


#abfdcd Background Color

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

This div background color is #abfdcd


#abfdcd Border Color

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

This div border color is #abfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdcd


Comments

No comments written yet.

Please login to write comment.