Color Hex Logo

#bdcd74 Color Hex

#BDCD74
(189,205,116)
0 Favorites   0 Comments

Color spaces of #bdcd74

RGB 189205116
HSL0.200.470.63
HSV71°43°80°
CMYK 0.080.000.43   0.20
XYZ45.970055.742424.8595
Yxy55.74240.36320.4404
Hunter Lab74.6608-20.750832.5210
CIE-Lab79.4670-19.017642.3599

#bdcd74 color RGB value is (189,205,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01110100
Octal 275 315 164
Decimal 189 205 116
Hex BD CD 74

RGB Percentages of Color #bdcd74

%37.06
%40.20
%22.75

CMYK Percentages of Color #bdcd74

%8
%0
%43
%20

Triadic Colors of #bdcd74

#bdcd74 #74bdcd #cd74bd

Analogous Colors of #bdcd74

#bdcd74 #91cd74 #cdb174

Monochromatic Colors of #bdcd74

#bdcd74

Complementary Color

#bdcd74 #8474cd

#bdcd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd74 Color CSS Codes

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

#bdcd74 Text Font Color

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

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


#bdcd74 Background Color

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

This div background color is #bdcd74


#bdcd74 Border Color

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

This div border color is #bdcd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd74


Comments

No comments written yet.

Please login to write comment.