Color Hex Logo

#bdcb85 Color Hex

#BDCB85
(189,203,133)
0 Favorites   0 Comments

Color spaces of #bdcb85

RGB 189203133
HSL0.200.400.66
HSV72°34°80°
CMYK 0.070.000.34   0.20
XYZ46.575855.224130.3948
Yxy55.22410.35230.4177
Hunter Lab74.3129-18.172327.7688
CIE-Lab79.1702-16.021733.3762

#bdcb85 color RGB value is (189,203,133).

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

The process color (four color CMYK) of #bdcb85 color hex is 0.07, 0.00, 0.34, 0.20. Web safe color of #bdcb85 is #cccc99. Color #bdcb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10000101
Octal 275 313 205
Decimal 189 203 133
Hex BD CB 85

RGB Percentages of Color #bdcb85

%36.00
%38.67
%25.33

CMYK Percentages of Color #bdcb85

%7
%0
%34
%20

Triadic Colors of #bdcb85

#bdcb85 #85bdcb #cb85bd

Analogous Colors of #bdcb85

#bdcb85 #9acb85 #cbb685

Monochromatic Colors of #bdcb85

#bdcb85

Complementary Color

#bdcb85 #9385cb

#bdcb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb85 Color CSS Codes

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

#bdcb85 Text Font Color

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

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


#bdcb85 Background Color

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

This div background color is #bdcb85


#bdcb85 Border Color

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

This div border color is #bdcb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb85


Comments

No comments written yet.

Please login to write comment.