Color Hex Logo

#bfd337 Color Hex

#BFD337
(191,211,55)
0 Favorites   0 Comments

Color spaces of #bfd337

RGB 19121155
HSL0.190.640.52
HSV68°74°83°
CMYK 0.090.000.74   0.17
XYZ45.469757.940712.4016
Yxy57.94070.39260.5003
Hunter Lab76.1188-26.580643.6234
CIE-Lab80.7058-25.786369.7868

#bfd337 color RGB value is (191,211,55).

#bfd337 hex color red value is 191, green value is 211 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bfd337 hue: 0.19 , saturation: 0.64 and the lightness value of bfd337 is 0.52.

The process color (four color CMYK) of #bfd337 color hex is 0.09, 0.00, 0.74, 0.17. Web safe color of #bfd337 is #cccc33. Color #bfd337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00110111
Octal 277 323 67
Decimal 191 211 55
Hex BF D3 37

RGB Percentages of Color #bfd337

%41.79
%46.17
%12.04

CMYK Percentages of Color #bfd337

%9
%0
%74
%17

Triadic Colors of #bfd337

#bfd337 #37bfd3 #d337bf

Analogous Colors of #bfd337

#bfd337 #71d337 #d39937

Monochromatic Colors of #bfd337

#bfd337

Complementary Color

#bfd337 #4b37d3

#bfd337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd337 Color CSS Codes

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

#bfd337 Text Font Color

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

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


#bfd337 Background Color

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

This div background color is #bfd337


#bfd337 Border Color

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

This div border color is #bfd337


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,211,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfd337; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfd337;
  -webkit-box-shadow: 1px 1px 3px 2px #bfd337;
  box-shadow:         1px 1px 3px 2px #bfd337; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,211,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd337


Comments

No comments written yet.

Please login to write comment.