Color Hex Logo

#bfd14d Color Hex

#BFD14D
(191,209,77)
0 Favorites   0 Comments

Color spaces of #bfd14d

RGB 19120977
HSL0.190.590.56
HSV68°63°82°
CMYK 0.090.000.63   0.18
XYZ45.625957.213115.6597
Yxy57.21310.38500.4828
Hunter Lab75.6393-24.697140.6727
CIE-Lab80.2993-23.586961.2470

#bfd14d color RGB value is (191,209,77).

#bfd14d hex color red value is 191, green value is 209 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfd14d hue: 0.19 , saturation: 0.59 and the lightness value of bfd14d is 0.56.

The process color (four color CMYK) of #bfd14d color hex is 0.09, 0.00, 0.63, 0.18. Web safe color of #bfd14d is #cccc66. Color #bfd14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01001101
Octal 277 321 115
Decimal 191 209 77
Hex BF D1 4D

RGB Percentages of Color #bfd14d

%40.04
%43.82
%16.14

CMYK Percentages of Color #bfd14d

%9
%0
%63
%18

Triadic Colors of #bfd14d

#bfd14d #4dbfd1 #d14dbf

Analogous Colors of #bfd14d

#bfd14d #7dd14d #d1a14d

Monochromatic Colors of #bfd14d

#bfd14d

Complementary Color

#bfd14d #5f4dd1

#bfd14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd14d Color CSS Codes

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

#bfd14d Text Font Color

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

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


#bfd14d Background Color

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

This div background color is #bfd14d


#bfd14d Border Color

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

This div border color is #bfd14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd14d


Comments

No comments written yet.

Please login to write comment.