Color Hex Logo

#bdcd68 Color Hex

#BDCD68
(189,205,104)
0 Favorites   0 Comments

Color spaces of #bdcd68

RGB 189205104
HSL0.190.500.61
HSV70°49°80°
CMYK 0.080.000.49   0.20
XYZ45.316355.480921.4172
Yxy55.48090.37080.4540
Hunter Lab74.4855-21.751935.0919
CIE-Lab79.3175-20.242448.0268

#bdcd68 color RGB value is (189,205,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01101000
Octal 275 315 150
Decimal 189 205 104
Hex BD CD 68

RGB Percentages of Color #bdcd68

%37.95
%41.16
%20.88

CMYK Percentages of Color #bdcd68

%8
%0
%49
%20

Triadic Colors of #bdcd68

#bdcd68 #68bdcd #cd68bd

Analogous Colors of #bdcd68

#bdcd68 #8bcd68 #cdab68

Monochromatic Colors of #bdcd68

#bdcd68

Complementary Color

#bdcd68 #7868cd

#bdcd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd68 Color CSS Codes

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

#bdcd68 Text Font Color

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

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


#bdcd68 Background Color

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

This div background color is #bdcd68


#bdcd68 Border Color

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

This div border color is #bdcd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd68


Comments

No comments written yet.

Please login to write comment.