Color Hex Logo

#abfccd Color Hex

#ABFCCD
(171,252,205)
0 Favorites   0 Comments

Color spaces of #abfccd

RGB 171252205
HSL0.400.930.83
HSV145°32°99°
CMYK 0.320.000.19   0.01
XYZ62.624482.686570.4170
Yxy82.68650.29030.3833
Hunter Lab90.9321-36.199317.7388
CIE-Lab92.8770-34.214914.7629

#abfccd color RGB value is (171,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11001101
Octal 253 374 315
Decimal 171 252 205
Hex AB FC CD

RGB Percentages of Color #abfccd

%27.23
%40.13
%32.64

CMYK Percentages of Color #abfccd

%32
%0
%19
%1

Triadic Colors of #abfccd

#abfccd #cdabfc #fccdab

Analogous Colors of #abfccd

#abfccd #abfcf6 #b2fcab

Monochromatic Colors of #abfccd

#abfccd

Complementary Color

#abfccd #fcabda

#abfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfccd Color CSS Codes

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

#abfccd Text Font Color

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

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


#abfccd Background Color

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

This div background color is #abfccd


#abfccd Border Color

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

This div border color is #abfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfccd


Comments

No comments written yet.

Please login to write comment.