Color Hex Logo

#bdcd51 Color Hex

#BDCD51
(189,205,81)
0 Favorites   0 Comments

Color spaces of #bdcd51

RGB 18920581
HSL0.190.550.56
HSV68°60°80°
CMYK 0.080.000.60   0.20
XYZ44.302855.075516.0802
Yxy55.07550.38370.4770
Hunter Lab74.2129-23.313539.1022
CIE-Lab79.0847-22.173258.2233

#bdcd51 color RGB value is (189,205,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01010001
Octal 275 315 121
Decimal 189 205 81
Hex BD CD 51

RGB Percentages of Color #bdcd51

%39.79
%43.16
%17.05

CMYK Percentages of Color #bdcd51

%8
%0
%60
%20

Triadic Colors of #bdcd51

#bdcd51 #51bdcd #cd51bd

Analogous Colors of #bdcd51

#bdcd51 #7fcd51 #cd9f51

Monochromatic Colors of #bdcd51

#bdcd51

Complementary Color

#bdcd51 #6151cd

#bdcd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd51 Color CSS Codes

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

#bdcd51 Text Font Color

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

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


#bdcd51 Background Color

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

This div background color is #bdcd51


#bdcd51 Border Color

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

This div border color is #bdcd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd51


Comments

No comments written yet.

Please login to write comment.