Color Hex Logo

#bdca4f Color Hex

#BDCA4F
(189,202,79)
0 Favorites   0 Comments

Color spaces of #bdca4f

RGB 18920279
HSL0.180.540.55
HSV66°61°79°
CMYK 0.060.000.61   0.21
XYZ43.518153.624415.4540
Yxy53.62440.38650.4763
Hunter Lab73.2287-22.071838.7477
CIE-Lab78.2422-20.844158.1611

#bdca4f color RGB value is (189,202,79).

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

The process color (four color CMYK) of #bdca4f color hex is 0.06, 0.00, 0.61, 0.21. Web safe color of #bdca4f is #cccc66. Color #bdca4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01001111
Octal 275 312 117
Decimal 189 202 79
Hex BD CA 4F

RGB Percentages of Color #bdca4f

%40.21
%42.98
%16.81

CMYK Percentages of Color #bdca4f

%6
%0
%61
%21

Triadic Colors of #bdca4f

#bdca4f #4fbdca #ca4fbd

Analogous Colors of #bdca4f

#bdca4f #80ca4f #ca9a4f

Monochromatic Colors of #bdca4f

#bdca4f

Complementary Color

#bdca4f #5c4fca

#bdca4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca4f Color CSS Codes

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

#bdca4f Text Font Color

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

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


#bdca4f Background Color

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

This div background color is #bdca4f


#bdca4f Border Color

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

This div border color is #bdca4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca4f


Comments

No comments written yet.

Please login to write comment.