Color Hex Logo

#bdc56d Color Hex

#BDC56D
(189,197,109)
0 Favorites   0 Comments

Color spaces of #bdc56d

RGB 189197109
HSL0.180.430.60
HSV65°45°77°
CMYK 0.040.000.45   0.23
XYZ43.712851.855422.1732
Yxy51.85540.37130.4404
Hunter Lab72.0107-17.663532.1512
CIE-Lab77.1943-15.753443.0133

#bdc56d color RGB value is (189,197,109).

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

The process color (four color CMYK) of #bdc56d color hex is 0.04, 0.00, 0.45, 0.23. Web safe color of #bdc56d is #cccc66. Color #bdc56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01101101
Octal 275 305 155
Decimal 189 197 109
Hex BD C5 6D

RGB Percentages of Color #bdc56d

%38.18
%39.80
%22.02

CMYK Percentages of Color #bdc56d

%4
%0
%45
%23

Triadic Colors of #bdc56d

#bdc56d #6dbdc5 #c56dbd

Analogous Colors of #bdc56d

#bdc56d #91c56d #c5a16d

Monochromatic Colors of #bdc56d

#bdc56d

Complementary Color

#bdc56d #756dc5

#bdc56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc56d Color CSS Codes

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

#bdc56d Text Font Color

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

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


#bdc56d Background Color

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

This div background color is #bdc56d


#bdc56d Border Color

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

This div border color is #bdc56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc56d


Comments

No comments written yet.

Please login to write comment.