Color Hex Logo

#bdca1f Color Hex

#BDCA1F
(189,202,31)
0 Favorites   0 Comments

Color spaces of #bdca1f

RGB 18920231
HSL0.180.730.46
HSV65°85°79°
CMYK 0.060.000.85   0.21
XYZ42.354153.15889.3247
Yxy53.15880.40400.5071
Hunter Lab72.9101-23.900443.4543
CIE-Lab77.9687-23.132073.8583

#bdca1f color RGB value is (189,202,31).

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

The process color (four color CMYK) of #bdca1f color hex is 0.06, 0.00, 0.85, 0.21. Web safe color of #bdca1f is #cccc33. Color #bdca1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 00011111
Octal 275 312 37
Decimal 189 202 31
Hex BD CA 1F

RGB Percentages of Color #bdca1f

%44.79
%47.87
%7.35

CMYK Percentages of Color #bdca1f

%6
%0
%85
%21

Triadic Colors of #bdca1f

#bdca1f #1fbdca #ca1fbd

Analogous Colors of #bdca1f

#bdca1f #68ca1f #ca821f

Monochromatic Colors of #bdca1f

#bdca1f

Complementary Color

#bdca1f #2c1fca

#bdca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca1f Color CSS Codes

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

#bdca1f Text Font Color

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

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


#bdca1f Background Color

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

This div background color is #bdca1f


#bdca1f Border Color

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

This div border color is #bdca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca1f


Comments

No comments written yet.

Please login to write comment.