Color Hex Logo

#bdcd5b Color Hex

#BDCD5B
(189,205,91)
0 Favorites   0 Comments

Color spaces of #bdcd5b

RGB 18920591
HSL0.190.530.58
HSV68°56°80°
CMYK 0.080.000.56   0.20
XYZ44.705955.236818.2030
Yxy55.23680.37840.4675
Hunter Lab74.3215-22.691137.5036
CIE-Lab79.1775-21.400753.9221

#bdcd5b color RGB value is (189,205,91).

#bdcd5b hex color red value is 189, green value is 205 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bdcd5b hue: 0.19 , saturation: 0.53 and the lightness value of bdcd5b is 0.58.

The process color (four color CMYK) of #bdcd5b color hex is 0.08, 0.00, 0.56, 0.20. Web safe color of #bdcd5b is #cccc66. Color #bdcd5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01011011
Octal 275 315 133
Decimal 189 205 91
Hex BD CD 5B

RGB Percentages of Color #bdcd5b

%38.97
%42.27
%18.76

CMYK Percentages of Color #bdcd5b

%8
%0
%56
%20

Triadic Colors of #bdcd5b

#bdcd5b #5bbdcd #cd5bbd

Analogous Colors of #bdcd5b

#bdcd5b #84cd5b #cda45b

Monochromatic Colors of #bdcd5b

#bdcd5b

Complementary Color

#bdcd5b #6b5bcd

#bdcd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd5b Color CSS Codes

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

#bdcd5b Text Font Color

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

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


#bdcd5b Background Color

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

This div background color is #bdcd5b


#bdcd5b Border Color

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

This div border color is #bdcd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd5b


Comments

No comments written yet.

Please login to write comment.