Color Hex Logo

#bfc01d Color Hex

#BFC01D
(191,192,29)
0 Favorites   0 Comments

Color spaces of #bfc01d

RGB 19119229
HSL0.170.740.43
HSV60°85°75°
CMYK 0.010.000.85   0.25
XYZ40.557348.86438.4566
Yxy48.86430.41440.4992
Hunter Lab69.9030-18.765641.7594
CIE-Lab75.3668-17.396072.1977

#bfc01d color RGB value is (191,192,29).

#bfc01d hex color red value is 191, green value is 192 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfc01d hue: 0.17 , saturation: 0.74 and the lightness value of bfc01d is 0.43.

The process color (four color CMYK) of #bfc01d color hex is 0.01, 0.00, 0.85, 0.25. Web safe color of #bfc01d is #cccc33. Color #bfc01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 00011101
Octal 277 300 35
Decimal 191 192 29
Hex BF C0 1D

RGB Percentages of Color #bfc01d

%46.36
%46.60
%7.04

CMYK Percentages of Color #bfc01d

%1
%0
%85
%25

Triadic Colors of #bfc01d

#bfc01d #1dbfc0 #c01dbf

Analogous Colors of #bfc01d

#bfc01d #6ec01d #c0701d

Monochromatic Colors of #bfc01d

#bfc01d

Complementary Color

#bfc01d #1e1dc0

#bfc01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc01d Color CSS Codes

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

#bfc01d Text Font Color

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

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


#bfc01d Background Color

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

This div background color is #bfc01d


#bfc01d Border Color

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

This div border color is #bfc01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc01d


Comments

No comments written yet.

Please login to write comment.