Color Hex Logo

#bdc764 Color Hex

#BDC764
(189,199,100)
0 Favorites   0 Comments

Color spaces of #bdc764

RGB 189199100
HSL0.180.470.59
HSV66°50°78°
CMYK 0.050.000.50   0.22
XYZ43.709952.585819.9029
Yxy52.58580.37620.4526
Hunter Lab72.5161-19.310234.4884
CIE-Lab77.6298-17.639147.9256

#bdc764 color RGB value is (189,199,100).

#bdc764 hex color red value is 189, green value is 199 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bdc764 hue: 0.18 , saturation: 0.47 and the lightness value of bdc764 is 0.59.

The process color (four color CMYK) of #bdc764 color hex is 0.05, 0.00, 0.50, 0.22. Web safe color of #bdc764 is #cccc66. Color #bdc764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01100100
Octal 275 307 144
Decimal 189 199 100
Hex BD C7 64

RGB Percentages of Color #bdc764

%38.73
%40.78
%20.49

CMYK Percentages of Color #bdc764

%5
%0
%50
%22

Triadic Colors of #bdc764

#bdc764 #64bdc7 #c764bd

Analogous Colors of #bdc764

#bdc764 #8cc764 #c7a064

Monochromatic Colors of #bdc764

#bdc764

Complementary Color

#bdc764 #6e64c7

#bdc764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc764 Color CSS Codes

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

#bdc764 Text Font Color

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

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


#bdc764 Background Color

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

This div background color is #bdc764


#bdc764 Border Color

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

This div border color is #bdc764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc764


Comments

No comments written yet.

Please login to write comment.