Color Hex Logo

#bdc171 Color Hex

#BDC171
(189,193,113)
0 Favorites   0 Comments

Color spaces of #bdc171

RGB 189193113
HSL0.180.390.60
HSV63°41°76°
CMYK 0.020.000.41   0.24
XYZ43.036950.151023.0346
Yxy50.15100.37030.4315
Hunter Lab70.8174-15.453030.2870
CIE-Lab76.1619-13.302739.7288

#bdc171 color RGB value is (189,193,113).

#bdc171 hex color red value is 189, green value is 193 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bdc171 hue: 0.18 , saturation: 0.39 and the lightness value of bdc171 is 0.60.

The process color (four color CMYK) of #bdc171 color hex is 0.02, 0.00, 0.41, 0.24. Web safe color of #bdc171 is #cccc66. Color #bdc171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01110001
Octal 275 301 161
Decimal 189 193 113
Hex BD C1 71

RGB Percentages of Color #bdc171

%38.18
%38.99
%22.83

CMYK Percentages of Color #bdc171

%2
%0
%41
%24

Triadic Colors of #bdc171

#bdc171 #71bdc1 #c171bd

Analogous Colors of #bdc171

#bdc171 #95c171 #c19d71

Monochromatic Colors of #bdc171

#bdc171

Complementary Color

#bdc171 #7571c1

#bdc171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc171 Color CSS Codes

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

#bdc171 Text Font Color

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

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


#bdc171 Background Color

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

This div background color is #bdc171


#bdc171 Border Color

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

This div border color is #bdc171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc171


Comments

No comments written yet.

Please login to write comment.