Color Hex Logo

#bdc9a1 Color Hex

#BDC9A1
(189,201,161)
0 Favorites   0 Comments

Color spaces of #bdc9a1

RGB 189201161
HSL0.220.270.71
HSV78°20°79°
CMYK 0.060.000.20   0.21
XYZ48.305955.165341.8202
Yxy55.16530.33250.3797
Hunter Lab74.2733-13.885518.6076
CIE-Lab79.1364-11.054418.6480

#bdc9a1 color RGB value is (189,201,161).

#bdc9a1 hex color red value is 189, green value is 201 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bdc9a1 hue: 0.22 , saturation: 0.27 and the lightness value of bdc9a1 is 0.71.

The process color (four color CMYK) of #bdc9a1 color hex is 0.06, 0.00, 0.20, 0.21. Web safe color of #bdc9a1 is #cccc99. Color #bdc9a1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 10100001
Octal 275 311 241
Decimal 189 201 161
Hex BD C9 A1

RGB Percentages of Color #bdc9a1

%34.30
%36.48
%29.22

CMYK Percentages of Color #bdc9a1

%6
%0
%20
%21

Triadic Colors of #bdc9a1

#bdc9a1 #a1bdc9 #c9a1bd

Analogous Colors of #bdc9a1

#bdc9a1 #a9c9a1 #c9c1a1

Monochromatic Colors of #bdc9a1

#bdc9a1

Complementary Color

#bdc9a1 #ada1c9

#bdc9a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc9a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc9a1 Color CSS Codes

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

#bdc9a1 Text Font Color

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

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


#bdc9a1 Background Color

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

This div background color is #bdc9a1


#bdc9a1 Border Color

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

This div border color is #bdc9a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc9a1


Comments

No comments written yet.

Please login to write comment.