Color Hex Logo

#bdc01f Color Hex

#BDC01F
(189,192,31)
0 Favorites   0 Comments

Color spaces of #bdc01f

RGB 18919231
HSL0.170.720.44
HSV61°84°75°
CMYK 0.020.000.84   0.25
XYZ40.083248.61708.5677
Yxy48.61700.41210.4998
Hunter Lab69.7259-19.406341.5228
CIE-Lab75.2124-18.203071.5594

#bdc01f color RGB value is (189,192,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00011111
Octal 275 300 37
Decimal 189 192 31
Hex BD C0 1F

RGB Percentages of Color #bdc01f

%45.87
%46.60
%7.52

CMYK Percentages of Color #bdc01f

%2
%0
%84
%25

Triadic Colors of #bdc01f

#bdc01f #1fbdc0 #c01fbd

Analogous Colors of #bdc01f

#bdc01f #6dc01f #c0731f

Monochromatic Colors of #bdc01f

#bdc01f

Complementary Color

#bdc01f #221fc0

#bdc01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc01f Color CSS Codes

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

#bdc01f Text Font Color

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

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


#bdc01f Background Color

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

This div background color is #bdc01f


#bdc01f Border Color

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

This div border color is #bdc01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc01f


Comments

No comments written yet.

Please login to write comment.