Color Hex Logo

#bfc14d Color Hex

#BFC14D
(191,193,77)
0 Favorites   0 Comments

Color spaces of #bfc14d

RGB 19119377
HSL0.170.480.53
HSV61°60°76°
CMYK 0.010.000.60   0.24
XYZ41.895449.752114.4162
Yxy49.75210.39500.4691
Hunter Lab70.5352-17.413837.2567
CIE-Lab75.9168-15.671756.5415

#bfc14d color RGB value is (191,193,77).

#bfc14d hex color red value is 191, green value is 193 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfc14d hue: 0.17 , saturation: 0.48 and the lightness value of bfc14d is 0.53.

The process color (four color CMYK) of #bfc14d color hex is 0.01, 0.00, 0.60, 0.24. Web safe color of #bfc14d is #cccc66. Color #bfc14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 01001101
Octal 277 301 115
Decimal 191 193 77
Hex BF C1 4D

RGB Percentages of Color #bfc14d

%41.43
%41.87
%16.70

CMYK Percentages of Color #bfc14d

%1
%0
%60
%24

Triadic Colors of #bfc14d

#bfc14d #4dbfc1 #c14dbf

Analogous Colors of #bfc14d

#bfc14d #85c14d #c1894d

Monochromatic Colors of #bfc14d

#bfc14d

Complementary Color

#bfc14d #4f4dc1

#bfc14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc14d Color CSS Codes

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

#bfc14d Text Font Color

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

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


#bfc14d Background Color

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

This div background color is #bfc14d


#bfc14d Border Color

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

This div border color is #bfc14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc14d


Comments

No comments written yet.

Please login to write comment.