Color Hex Logo

#bfd53d Color Hex

#BFD53D
(191,213,61)
0 Favorites   0 Comments

Color spaces of #bfd53d

RGB 19121361
HSL0.190.640.54
HSV69°71°84°
CMYK 0.100.000.71   0.16
XYZ46.122459.001813.3725
Yxy59.00180.38920.4979
Hunter Lab76.8126-27.241243.4469
CIE-Lab81.2926-26.453368.3318

#bfd53d color RGB value is (191,213,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 00111101
Octal 277 325 75
Decimal 191 213 61
Hex BF D5 3D

RGB Percentages of Color #bfd53d

%41.08
%45.81
%13.12

CMYK Percentages of Color #bfd53d

%10
%0
%71
%16

Triadic Colors of #bfd53d

#bfd53d #3dbfd5 #d53dbf

Analogous Colors of #bfd53d

#bfd53d #73d53d #d59f3d

Monochromatic Colors of #bfd53d

#bfd53d

Complementary Color

#bfd53d #533dd5

#bfd53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd53d Color CSS Codes

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

#bfd53d Text Font Color

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

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


#bfd53d Background Color

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

This div background color is #bfd53d


#bfd53d Border Color

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

This div border color is #bfd53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd53d


Comments

No comments written yet.

Please login to write comment.