Color Hex Logo

#abfdcc Color Hex

#ABFDCC
(171,253,204)
0 Favorites   0 Comments

Color spaces of #abfdcc

RGB 171253204
HSL0.400.950.83
HSV144°32°99°
CMYK 0.320.000.19   0.01
XYZ62.818983.268169.8882
Yxy83.26810.29090.3855
Hunter Lab91.2514-36.807618.4665
CIE-Lab93.1317-34.862615.6360

#abfdcc color RGB value is (171,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11001100
Octal 253 375 314
Decimal 171 253 204
Hex AB FD CC

RGB Percentages of Color #abfdcc

%27.23
%40.29
%32.48

CMYK Percentages of Color #abfdcc

%32
%0
%19
%1

Triadic Colors of #abfdcc

#abfdcc #ccabfd #fdccab

Analogous Colors of #abfdcc

#abfdcc #abfdf5 #b3fdab

Monochromatic Colors of #abfdcc

#abfdcc

Complementary Color

#abfdcc #fdabdc

#abfdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdcc Color CSS Codes

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

#abfdcc Text Font Color

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

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


#abfdcc Background Color

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

This div background color is #abfdcc


#abfdcc Border Color

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

This div border color is #abfdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.