Color Hex Logo

#bfd536 Color Hex

#BFD536
(191,213,54)
0 Favorites   0 Comments

Color spaces of #bfd536

RGB 19121354
HSL0.190.650.52
HSV68°75°84°
CMYK 0.100.000.75   0.16
XYZ45.946058.931212.4433
Yxy58.93120.39160.5023
Hunter Lab76.7667-27.506744.1262
CIE-Lab81.2538-26.787570.6230

#bfd536 color RGB value is (191,213,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 00110110
Octal 277 325 66
Decimal 191 213 54
Hex BF D5 36

RGB Percentages of Color #bfd536

%41.70
%46.51
%11.79

CMYK Percentages of Color #bfd536

%10
%0
%75
%16

Triadic Colors of #bfd536

#bfd536 #36bfd5 #d536bf

Analogous Colors of #bfd536

#bfd536 #70d536 #d59c36

Monochromatic Colors of #bfd536

#bfd536

Complementary Color

#bfd536 #4c36d5

#bfd536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd536 Color CSS Codes

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

#bfd536 Text Font Color

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

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


#bfd536 Background Color

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

This div background color is #bfd536


#bfd536 Border Color

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

This div border color is #bfd536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd536


Comments

No comments written yet.

Please login to write comment.