Color Hex Logo

#bfc21d Color Hex

#BFC21D
(191,194,29)
0 Favorites   0 Comments

Color spaces of #bfc21d

RGB 19119429
HSL0.170.740.44
HSV61°85°76°
CMYK 0.020.000.85   0.24
XYZ40.999449.74868.6039
Yxy49.74860.41270.5007
Hunter Lab70.5327-19.673342.1404
CIE-Lab75.9147-18.394772.6497

#bfc21d color RGB value is (191,194,29).

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

The process color (four color CMYK) of #bfc21d color hex is 0.02, 0.00, 0.85, 0.24. Web safe color of #bfc21d is #cccc33. Color #bfc21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 00011101
Octal 277 302 35
Decimal 191 194 29
Hex BF C2 1D

RGB Percentages of Color #bfc21d

%46.14
%46.86
%7.00

CMYK Percentages of Color #bfc21d

%2
%0
%85
%24

Triadic Colors of #bfc21d

#bfc21d #1dbfc2 #c21dbf

Analogous Colors of #bfc21d

#bfc21d #6dc21d #c2731d

Monochromatic Colors of #bfc21d

#bfc21d

Complementary Color

#bfc21d #201dc2

#bfc21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc21d Color CSS Codes

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

#bfc21d Text Font Color

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

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


#bfc21d Background Color

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

This div background color is #bfc21d


#bfc21d Border Color

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

This div border color is #bfc21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc21d


Comments

No comments written yet.

Please login to write comment.