Color Hex Logo

#bdc51f Color Hex

#BDC51F
(189,197,31)
0 Favorites   0 Comments

Color spaces of #bdc51f

RGB 18919731
HSL0.170.730.45
HSV63°84°77°
CMYK 0.040.000.84   0.23
XYZ41.199850.85038.9399
Yxy50.85030.40800.5035
Hunter Lab71.3094-21.661142.4835
CIE-Lab76.5882-20.683472.7080

#bdc51f color RGB value is (189,197,31).

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

The process color (four color CMYK) of #bdc51f color hex is 0.04, 0.00, 0.84, 0.23. Web safe color of #bdc51f is #cccc33. Color #bdc51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00011111
Octal 275 305 37
Decimal 189 197 31
Hex BD C5 1F

RGB Percentages of Color #bdc51f

%45.32
%47.24
%7.43

CMYK Percentages of Color #bdc51f

%4
%0
%84
%23

Triadic Colors of #bdc51f

#bdc51f #1fbdc5 #c51fbd

Analogous Colors of #bdc51f

#bdc51f #6ac51f #c57a1f

Monochromatic Colors of #bdc51f

#bdc51f

Complementary Color

#bdc51f #271fc5

#bdc51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc51f Color CSS Codes

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

#bdc51f Text Font Color

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

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


#bdc51f Background Color

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

This div background color is #bdc51f


#bdc51f Border Color

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

This div border color is #bdc51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc51f


Comments

No comments written yet.

Please login to write comment.