Color Hex Logo

#abcfdd Color Hex

#ABCFDD
(171,207,221)
0 Favorites   0 Comments

Color spaces of #abcfdd

RGB 171207221
HSL0.550.420.77
HSV197°23°87°
CMYK 0.230.060.00   0.13
XYZ52.158658.504076.9500
Yxy58.50400.27800.3118
Hunter Lab76.4879-12.1312-6.1067
CIE-Lab81.0182-8.8277-10.8747

#abcfdd color RGB value is (171,207,221).

#abcfdd hex color red value is 171, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abcfdd hue: 0.55 , saturation: 0.42 and the lightness value of abcfdd is 0.77.

The process color (four color CMYK) of #abcfdd color hex is 0.23, 0.06, 0.00, 0.13. Web safe color of #abcfdd is #99cccc. Color #abcfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11011101
Octal 253 317 335
Decimal 171 207 221
Hex AB CF DD

RGB Percentages of Color #abcfdd

%28.55
%34.56
%36.89

CMYK Percentages of Color #abcfdd

%23
%6
%0
%13

Triadic Colors of #abcfdd

#abcfdd #ddabcf #cfddab

Analogous Colors of #abcfdd

#abcfdd #abb6dd #abddd2

Monochromatic Colors of #abcfdd

#abcfdd

Complementary Color

#abcfdd #ddb9ab

#abcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfdd Color CSS Codes

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

#abcfdd Text Font Color

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

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


#abcfdd Background Color

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

This div background color is #abcfdd


#abcfdd Border Color

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

This div border color is #abcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfdd

#abcfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.