Color Hex Logo

#bdcd85 Color Hex

#BDCD85
(189,205,133)
0 Favorites   0 Comments

Color spaces of #bdcd85

RGB 189205133
HSL0.200.420.66
HSV73°35°80°
CMYK 0.080.000.35   0.20
XYZ47.051256.174930.5533
Yxy56.17490.35170.4199
Hunter Lab74.9499-19.105728.2954
CIE-Lab79.7133-17.025934.0858

#bdcd85 color RGB value is (189,205,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10000101
Octal 275 315 205
Decimal 189 205 133
Hex BD CD 85

RGB Percentages of Color #bdcd85

%35.86
%38.90
%25.24

CMYK Percentages of Color #bdcd85

%8
%0
%35
%20

Triadic Colors of #bdcd85

#bdcd85 #85bdcd #cd85bd

Analogous Colors of #bdcd85

#bdcd85 #99cd85 #cdb985

Monochromatic Colors of #bdcd85

#bdcd85

Complementary Color

#bdcd85 #9585cd

#bdcd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd85 Color CSS Codes

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

#bdcd85 Text Font Color

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

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


#bdcd85 Background Color

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

This div background color is #bdcd85


#bdcd85 Border Color

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

This div border color is #bdcd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd85


Comments

No comments written yet.

Please login to write comment.