Color Hex Logo

#bdc876 Color Hex

#BDC876
(189,200,118)
0 Favorites   0 Comments

Color spaces of #bdc876

RGB 189200118
HSL0.190.430.62
HSV68°41°78°
CMYK 0.050.000.41   0.22
XYZ44.910653.435425.0866
Yxy53.43540.36380.4329
Hunter Lab73.0995-18.258030.8223
CIE-Lab78.1314-16.299039.6860

#bdc876 color RGB value is (189,200,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 01110110
Octal 275 310 166
Decimal 189 200 118
Hex BD C8 76

RGB Percentages of Color #bdc876

%37.28
%39.45
%23.27

CMYK Percentages of Color #bdc876

%5
%0
%41
%22

Triadic Colors of #bdc876

#bdc876 #76bdc8 #c876bd

Analogous Colors of #bdc876

#bdc876 #94c876 #c8aa76

Monochromatic Colors of #bdc876

#bdc876

Complementary Color

#bdc876 #8176c8

#bdc876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc876 Color CSS Codes

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

#bdc876 Text Font Color

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

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


#bdc876 Background Color

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

This div background color is #bdc876


#bdc876 Border Color

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

This div border color is #bdc876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc876


Comments

No comments written yet.

Please login to write comment.