Color Hex Logo

#abdcd1 Color Hex

#ABDCD1
(171,220,209)
0 Favorites   0 Comments

Color spaces of #abdcd1

RGB 171220209
HSL0.460.410.77
HSV167°22°86°
CMYK 0.220.000.05   0.14
XYZ53.896464.447869.9206
Yxy64.44780.28630.3423
Hunter Lab80.2794-20.65114.5560
CIE-Lab84.1984-18.03880.2071

#abdcd1 color RGB value is (171,220,209).

#abdcd1 hex color red value is 171, green value is 220 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abdcd1 hue: 0.46 , saturation: 0.41 and the lightness value of abdcd1 is 0.77.

The process color (four color CMYK) of #abdcd1 color hex is 0.22, 0.00, 0.05, 0.14. Web safe color of #abdcd1 is #99cccc. Color #abdcd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11010001
Octal 253 334 321
Decimal 171 220 209
Hex AB DC D1

RGB Percentages of Color #abdcd1

%28.50
%36.67
%34.83

CMYK Percentages of Color #abdcd1

%22
%0
%5
%14

Triadic Colors of #abdcd1

#abdcd1 #d1abdc #dcd1ab

Analogous Colors of #abdcd1

#abdcd1 #abcfdc #abdcb9

Monochromatic Colors of #abdcd1

#abdcd1

Complementary Color

#abdcd1 #dcabb6

#abdcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcd1 Color CSS Codes

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

#abdcd1 Text Font Color

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

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


#abdcd1 Background Color

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

This div background color is #abdcd1


#abdcd1 Border Color

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

This div border color is #abdcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcd1


Comments

No comments written yet.

Please login to write comment.