Color Hex Logo

#bdcd66 Color Hex

#BDCD66
(189,205,102)
0 Favorites   0 Comments

Color spaces of #bdcd66

RGB 189205102
HSL0.190.510.60
HSV69°50°80°
CMYK 0.080.000.50   0.20
XYZ45.215955.440820.8884
Yxy55.44080.37200.4561
Hunter Lab74.4586-21.906235.4880
CIE-Lab79.2945-20.432048.9524

#bdcd66 color RGB value is (189,205,102).

#bdcd66 hex color red value is 189, green value is 205 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdcd66 hue: 0.19 , saturation: 0.51 and the lightness value of bdcd66 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01100110
Octal 275 315 146
Decimal 189 205 102
Hex BD CD 66

RGB Percentages of Color #bdcd66

%38.10
%41.33
%20.56

CMYK Percentages of Color #bdcd66

%8
%0
%50
%20

Triadic Colors of #bdcd66

#bdcd66 #66bdcd #cd66bd

Analogous Colors of #bdcd66

#bdcd66 #8acd66 #cdaa66

Monochromatic Colors of #bdcd66

#bdcd66

Complementary Color

#bdcd66 #7666cd

#bdcd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd66 Color CSS Codes

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

#bdcd66 Text Font Color

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

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


#bdcd66 Background Color

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

This div background color is #bdcd66


#bdcd66 Border Color

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

This div border color is #bdcd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd66


Comments

No comments written yet.

Please login to write comment.