Color Hex Logo

#bdcd84 Color Hex

#BDCD84
(189,205,132)
0 Favorites   0 Comments

Color spaces of #bdcd84

RGB 189205132
HSL0.200.420.66
HSV73°36°80°
CMYK 0.080.000.36   0.20
XYZ46.982456.147430.1911
Yxy56.14740.35240.4211
Hunter Lab74.9316-19.210028.5632
CIE-Lab79.6976-17.151534.5783

#bdcd84 color RGB value is (189,205,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10000100
Octal 275 315 204
Decimal 189 205 132
Hex BD CD 84

RGB Percentages of Color #bdcd84

%35.93
%38.97
%25.10

CMYK Percentages of Color #bdcd84

%8
%0
%36
%20

Triadic Colors of #bdcd84

#bdcd84 #84bdcd #cd84bd

Analogous Colors of #bdcd84

#bdcd84 #99cd84 #cdb984

Monochromatic Colors of #bdcd84

#bdcd84

Complementary Color

#bdcd84 #9484cd

#bdcd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd84 Color CSS Codes

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

#bdcd84 Text Font Color

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

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


#bdcd84 Background Color

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

This div background color is #bdcd84


#bdcd84 Border Color

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

This div border color is #bdcd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd84


Comments

No comments written yet.

Please login to write comment.