Color Hex Logo

#bdc759 Color Hex

#BDC759
(189,199,89)
0 Favorites   0 Comments

Color spaces of #bdc759

RGB 18919989
HSL0.180.500.56
HSV65°55°78°
CMYK 0.050.000.55   0.22
XYZ43.212952.386917.2853
Yxy52.38690.38280.4641
Hunter Lab72.3788-20.091636.5057
CIE-Lab77.5116-18.598052.9335

#bdc759 color RGB value is (189,199,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01011001
Octal 275 307 131
Decimal 189 199 89
Hex BD C7 59

RGB Percentages of Color #bdc759

%39.62
%41.72
%18.66

CMYK Percentages of Color #bdc759

%5
%0
%55
%22

Triadic Colors of #bdc759

#bdc759 #59bdc7 #c759bd

Analogous Colors of #bdc759

#bdc759 #86c759 #c79a59

Monochromatic Colors of #bdc759

#bdc759

Complementary Color

#bdc759 #6359c7

#bdc759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc759 Color CSS Codes

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

#bdc759 Text Font Color

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

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


#bdc759 Background Color

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

This div background color is #bdc759


#bdc759 Border Color

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

This div border color is #bdc759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc759


Comments

No comments written yet.

Please login to write comment.