Color Hex Logo

#bdc74f Color Hex

#BDC74F
(189,199,79)
0 Favorites   0 Comments

Color spaces of #bdc74f

RGB 18919979
HSL0.180.520.55
HSV65°60°78°
CMYK 0.050.000.60   0.22
XYZ42.821052.230215.2217
Yxy52.23020.38830.4736
Hunter Lab72.2705-20.710238.1016
CIE-Lab77.4183-19.361557.2659

#bdc74f color RGB value is (189,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01001111
Octal 275 307 117
Decimal 189 199 79
Hex BD C7 4F

RGB Percentages of Color #bdc74f

%40.47
%42.61
%16.92

CMYK Percentages of Color #bdc74f

%5
%0
%60
%22

Triadic Colors of #bdc74f

#bdc74f #4fbdc7 #c74fbd

Analogous Colors of #bdc74f

#bdc74f #81c74f #c7954f

Monochromatic Colors of #bdc74f

#bdc74f

Complementary Color

#bdc74f #594fc7

#bdc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc74f Color CSS Codes

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

#bdc74f Text Font Color

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

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


#bdc74f Background Color

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

This div background color is #bdc74f


#bdc74f Border Color

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

This div border color is #bdc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc74f


Comments

No comments written yet.

Please login to write comment.