Color Hex Logo

#abcfd0 Color Hex

#ABCFD0
(171,207,208)
0 Favorites   0 Comments

Color spaces of #abcfd0

RGB 171207208
HSL0.500.280.74
HSV182°18°82°
CMYK 0.180.000.00   0.18
XYZ50.492657.837668.1770
Yxy57.83760.28610.3277
Hunter Lab76.0510-14.57770.0844
CIE-Lab80.6484-11.6395-4.4671

#abcfd0 color RGB value is (171,207,208).

#abcfd0 hex color red value is 171, green value is 207 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #abcfd0 hue: 0.50 , saturation: 0.28 and the lightness value of abcfd0 is 0.74.

The process color (four color CMYK) of #abcfd0 color hex is 0.18, 0.00, 0.00, 0.18. Web safe color of #abcfd0 is #99cccc. Color #abcfd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11010000
Octal 253 317 320
Decimal 171 207 208
Hex AB CF D0

RGB Percentages of Color #abcfd0

%29.18
%35.32
%35.49

CMYK Percentages of Color #abcfd0

%18
%0
%0
%18

Triadic Colors of #abcfd0

#abcfd0 #d0abcf #cfd0ab

Analogous Colors of #abcfd0

#abcfd0 #abbdd0 #abd0bf

Monochromatic Colors of #abcfd0

#abcfd0

Complementary Color

#abcfd0 #d0acab

#abcfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfd0 Color CSS Codes

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

#abcfd0 Text Font Color

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

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


#abcfd0 Background Color

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

This div background color is #abcfd0


#abcfd0 Border Color

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

This div border color is #abcfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfd0


Comments

No comments written yet.

Please login to write comment.