Color Hex Logo

#bdcc85 Color Hex

#BDCC85
(189,204,133)
0 Favorites   0 Comments

Color spaces of #bdcc85

RGB 189204133
HSL0.200.410.66
HSV73°35°80°
CMYK 0.070.000.35   0.20
XYZ46.812855.698030.4738
Yxy55.69800.35200.4188
Hunter Lab74.6311-18.639228.0321
CIE-Lab79.4416-16.524333.7311

#bdcc85 color RGB value is (189,204,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10000101
Octal 275 314 205
Decimal 189 204 133
Hex BD CC 85

RGB Percentages of Color #bdcc85

%35.93
%38.78
%25.29

CMYK Percentages of Color #bdcc85

%7
%0
%35
%20

Triadic Colors of #bdcc85

#bdcc85 #85bdcc #cc85bd

Analogous Colors of #bdcc85

#bdcc85 #9acc85 #ccb885

Monochromatic Colors of #bdcc85

#bdcc85

Complementary Color

#bdcc85 #9485cc

#bdcc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc85 Color CSS Codes

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

#bdcc85 Text Font Color

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

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


#bdcc85 Background Color

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

This div background color is #bdcc85


#bdcc85 Border Color

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

This div border color is #bdcc85


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,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 #bdcc85">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc85


Comments

No comments written yet.

Please login to write comment.