Color Hex Logo

#bdc987 Color Hex

#BDC987
(189,201,135)
0 Favorites   0 Comments

Color spaces of #bdc987

RGB 189201135
HSL0.200.380.66
HSV71°33°79°
CMYK 0.060.000.33   0.21
XYZ46.246154.341430.9732
Yxy54.34140.35150.4131
Hunter Lab73.7166-17.022226.6900
CIE-Lab78.6604-14.756731.6734

#bdc987 color RGB value is (189,201,135).

#bdc987 hex color red value is 189, green value is 201 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdc987 hue: 0.20 , saturation: 0.38 and the lightness value of bdc987 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 10000111
Octal 275 311 207
Decimal 189 201 135
Hex BD C9 87

RGB Percentages of Color #bdc987

%36.00
%38.29
%25.71

CMYK Percentages of Color #bdc987

%6
%0
%33
%21

Triadic Colors of #bdc987

#bdc987 #87bdc9 #c987bd

Analogous Colors of #bdc987

#bdc987 #9cc987 #c9b487

Monochromatic Colors of #bdc987

#bdc987

Complementary Color

#bdc987 #9387c9

#bdc987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc987 Color CSS Codes

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

#bdc987 Text Font Color

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

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


#bdc987 Background Color

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

This div background color is #bdc987


#bdc987 Border Color

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

This div border color is #bdc987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc987


Comments

No comments written yet.

Please login to write comment.