Color Hex Logo

#bdcc4f Color Hex

#BDCC4F
(189,204,79)
0 Favorites   0 Comments

Color spaces of #bdcc4f

RGB 18920479
HSL0.190.550.55
HSV67°61°80°
CMYK 0.070.000.61   0.20
XYZ43.990454.569115.6115
Yxy54.56910.38530.4780
Hunter Lab73.8709-22.976739.1796
CIE-Lab78.7924-21.826658.7565

#bdcc4f color RGB value is (189,204,79).

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

The process color (four color CMYK) of #bdcc4f color hex is 0.07, 0.00, 0.61, 0.20. Web safe color of #bdcc4f is #cccc66. Color #bdcc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 01001111
Octal 275 314 117
Decimal 189 204 79
Hex BD CC 4F

RGB Percentages of Color #bdcc4f

%40.04
%43.22
%16.74

CMYK Percentages of Color #bdcc4f

%7
%0
%61
%20

Triadic Colors of #bdcc4f

#bdcc4f #4fbdcc #cc4fbd

Analogous Colors of #bdcc4f

#bdcc4f #7fcc4f #cc9d4f

Monochromatic Colors of #bdcc4f

#bdcc4f

Complementary Color

#bdcc4f #5e4fcc

#bdcc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc4f Color CSS Codes

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

#bdcc4f Text Font Color

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

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


#bdcc4f Background Color

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

This div background color is #bdcc4f


#bdcc4f Border Color

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

This div border color is #bdcc4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,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 #bdcc4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc4f


Comments

No comments written yet.

Please login to write comment.