Color Hex Logo

#bfd537 Color Hex

#BFD537
(191,213,55)
0 Favorites   0 Comments

Color spaces of #bfd537

RGB 19121355
HSL0.190.650.53
HSV68°74°84°
CMYK 0.100.000.74   0.16
XYZ45.969758.940712.5683
Yxy58.94070.39130.5017
Hunter Lab76.7728-27.471144.0348
CIE-Lab81.2590-26.742670.3081

#bfd537 color RGB value is (191,213,55).

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

The process color (four color CMYK) of #bfd537 color hex is 0.10, 0.00, 0.74, 0.16. Web safe color of #bfd537 is #cccc33. Color #bfd537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 00110111
Octal 277 325 67
Decimal 191 213 55
Hex BF D5 37

RGB Percentages of Color #bfd537

%41.61
%46.41
%11.98

CMYK Percentages of Color #bfd537

%10
%0
%74
%16

Triadic Colors of #bfd537

#bfd537 #37bfd5 #d537bf

Analogous Colors of #bfd537

#bfd537 #70d537 #d59c37

Monochromatic Colors of #bfd537

#bfd537

Complementary Color

#bfd537 #4d37d5

#bfd537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd537 Color CSS Codes

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

#bfd537 Text Font Color

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

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


#bfd537 Background Color

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

This div background color is #bfd537


#bfd537 Border Color

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

This div border color is #bfd537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd537


Comments

No comments written yet.

Please login to write comment.