Color Hex Logo

#abfcdd Color Hex

#ABFCDD
(171,252,221)
0 Favorites   0 Comments

Color spaces of #abfcdd

RGB 171252221
HSL0.440.930.83
HSV157°32°99°
CMYK 0.320.000.12   0.01
XYZ64.656183.499281.1158
Yxy83.49920.28200.3642
Hunter Lab91.3779-33.610411.3330
CIE-Lab93.2326-31.09237.0262

#abfcdd color RGB value is (171,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11011101
Octal 253 374 335
Decimal 171 252 221
Hex AB FC DD

RGB Percentages of Color #abfcdd

%26.55
%39.13
%34.32

CMYK Percentages of Color #abfcdd

%32
%0
%12
%1

Triadic Colors of #abfcdd

#abfcdd #ddabfc #fcddab

Analogous Colors of #abfcdd

#abfcdd #abf3fc #abfcb5

Monochromatic Colors of #abfcdd

#abfcdd

Complementary Color

#abfcdd #fcabca

#abfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcdd Color CSS Codes

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

#abfcdd Text Font Color

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

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


#abfcdd Background Color

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

This div background color is #abfcdd


#abfcdd Border Color

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

This div border color is #abfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcdd


Comments

No comments written yet.

Please login to write comment.