Color Hex Logo

#bdc047 Color Hex

#BDC047
(189,192,71)
0 Favorites   0 Comments

Color spaces of #bdc047

RGB 18919271
HSL0.170.490.52
HSV61°63°75°
CMYK 0.020.000.63   0.25
XYZ40.973248.973013.2545
Yxy48.97300.39700.4745
Hunter Lab69.9807-17.955837.7568
CIE-Lab75.4345-16.405558.5250

#bdc047 color RGB value is (189,192,71).

#bdc047 hex color red value is 189, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bdc047 hue: 0.17 , saturation: 0.49 and the lightness value of bdc047 is 0.52.

The process color (four color CMYK) of #bdc047 color hex is 0.02, 0.00, 0.63, 0.25. Web safe color of #bdc047 is #cccc33. Color #bdc047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 01000111
Octal 275 300 107
Decimal 189 192 71
Hex BD C0 47

RGB Percentages of Color #bdc047

%41.81
%42.48
%15.71

CMYK Percentages of Color #bdc047

%2
%0
%63
%25

Triadic Colors of #bdc047

#bdc047 #47bdc0 #c047bd

Analogous Colors of #bdc047

#bdc047 #81c047 #c08747

Monochromatic Colors of #bdc047

#bdc047

Complementary Color

#bdc047 #4a47c0

#bdc047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc047 Color CSS Codes

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

#bdc047 Text Font Color

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

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


#bdc047 Background Color

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

This div background color is #bdc047


#bdc047 Border Color

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

This div border color is #bdc047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc047


Comments

No comments written yet.

Please login to write comment.