Color Hex Logo

#bdc87c Color Hex

#BDC87C
(189,200,124)
0 Favorites   0 Comments

Color spaces of #bdc87c

RGB 189200124
HSL0.190.410.64
HSV69°38°78°
CMYK 0.050.000.38   0.22
XYZ45.278653.582627.0248
Yxy53.58260.35970.4256
Hunter Lab73.2001-17.687529.3508
CIE-Lab78.2177-15.610436.7553

#bdc87c color RGB value is (189,200,124).

#bdc87c hex color red value is 189, green value is 200 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bdc87c hue: 0.19 , saturation: 0.41 and the lightness value of bdc87c is 0.64.

The process color (four color CMYK) of #bdc87c color hex is 0.05, 0.00, 0.38, 0.22. Web safe color of #bdc87c is #cccc66. Color #bdc87c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 01111100
Octal 275 310 174
Decimal 189 200 124
Hex BD C8 7C

RGB Percentages of Color #bdc87c

%36.84
%38.99
%24.17

CMYK Percentages of Color #bdc87c

%5
%0
%38
%22

Triadic Colors of #bdc87c

#bdc87c #7cbdc8 #c87cbd

Analogous Colors of #bdc87c

#bdc87c #97c87c #c8ad7c

Monochromatic Colors of #bdc87c

#bdc87c

Complementary Color

#bdc87c #877cc8

#bdc87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc87c Color CSS Codes

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

#bdc87c Text Font Color

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

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


#bdc87c Background Color

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

This div background color is #bdc87c


#bdc87c Border Color

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

This div border color is #bdc87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc87c


Comments

No comments written yet.

Please login to write comment.