Color Hex Logo

#bdc740 Color Hex

#BDC740
(189,199,64)
0 Favorites   0 Comments

Color spaces of #bdc740

RGB 18919964
HSL0.180.550.52
HSV64°68°78°
CMYK 0.050.000.68   0.22
XYZ42.335152.035812.6631
Yxy52.03580.39550.4862
Hunter Lab72.1358-21.479640.0870
CIE-Lab77.3022-20.316663.2419

#bdc740 color RGB value is (189,199,64).

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

The process color (four color CMYK) of #bdc740 color hex is 0.05, 0.00, 0.68, 0.22. Web safe color of #bdc740 is #cccc33. Color #bdc740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01000000
Octal 275 307 100
Decimal 189 199 64
Hex BD C7 40

RGB Percentages of Color #bdc740

%41.81
%44.03
%14.16

CMYK Percentages of Color #bdc740

%5
%0
%68
%22

Triadic Colors of #bdc740

#bdc740 #40bdc7 #c740bd

Analogous Colors of #bdc740

#bdc740 #7ac740 #c78e40

Monochromatic Colors of #bdc740

#bdc740

Complementary Color

#bdc740 #4a40c7

#bdc740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc740 Color CSS Codes

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

#bdc740 Text Font Color

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

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


#bdc740 Background Color

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

This div background color is #bdc740


#bdc740 Border Color

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

This div border color is #bdc740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc740


Comments

No comments written yet.

Please login to write comment.