Color Hex Logo

#abcdbd Color Hex

#ABCDBD
(171,205,189)
0 Favorites   0 Comments

Color spaces of #abcdbd

RGB 171205189
HSL0.420.250.74
HSV152°17°80°
CMYK 0.170.000.08   0.20
XYZ47.811255.994756.4323
Yxy55.99470.29840.3494
Hunter Lab74.8296-16.90207.6675
CIE-Lab79.6108-14.46614.1943

#abcdbd color RGB value is (171,205,189).

#abcdbd hex color red value is 171, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abcdbd hue: 0.42 , saturation: 0.25 and the lightness value of abcdbd is 0.74.

The process color (four color CMYK) of #abcdbd color hex is 0.17, 0.00, 0.08, 0.20. Web safe color of #abcdbd is #99cccc. Color #abcdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 10111101
Octal 253 315 275
Decimal 171 205 189
Hex AB CD BD

RGB Percentages of Color #abcdbd

%30.27
%36.28
%33.45

CMYK Percentages of Color #abcdbd

%17
%0
%8
%20

Triadic Colors of #abcdbd

#abcdbd #bdabcd #cdbdab

Analogous Colors of #abcdbd

#abcdbd #abcccd #abcdac

Monochromatic Colors of #abcdbd

#abcdbd

Complementary Color

#abcdbd #cdabbb

#abcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdbd Color CSS Codes

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

#abcdbd Text Font Color

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

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


#abcdbd Background Color

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

This div background color is #abcdbd


#abcdbd Border Color

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

This div border color is #abcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdbd

#abcdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.