Color Hex Logo

#bdcc51 Color Hex

#BDCC51
(189,204,81)
0 Favorites   0 Comments

Color spaces of #bdcc51

RGB 18920481
HSL0.190.550.56
HSV67°60°80°
CMYK 0.070.000.60   0.20
XYZ44.064354.598616.0007
Yxy54.59860.38430.4762
Hunter Lab73.8909-22.861838.8847
CIE-Lab78.8095-21.683757.9232

#bdcc51 color RGB value is (189,204,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 01010001
Octal 275 314 121
Decimal 189 204 81
Hex BD CC 51

RGB Percentages of Color #bdcc51

%39.87
%43.04
%17.09

CMYK Percentages of Color #bdcc51

%7
%0
%60
%20

Triadic Colors of #bdcc51

#bdcc51 #51bdcc #cc51bd

Analogous Colors of #bdcc51

#bdcc51 #80cc51 #cc9e51

Monochromatic Colors of #bdcc51

#bdcc51

Complementary Color

#bdcc51 #6051cc

#bdcc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc51 Color CSS Codes

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

#bdcc51 Text Font Color

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

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


#bdcc51 Background Color

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

This div background color is #bdcc51


#bdcc51 Border Color

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

This div border color is #bdcc51


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,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 #bdcc51">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc51


Comments

No comments written yet.

Please login to write comment.