Color Hex Logo

#bfc429 Color Hex

#BFC429
(191,196,41)
0 Favorites   0 Comments

Color spaces of #bfc429

RGB 19119641
HSL0.170.650.46
HSV62°79°77°
CMYK 0.030.000.79   0.23
XYZ41.626050.71639.6931
Yxy50.71630.40800.4970
Hunter Lab71.2154-20.292141.7808
CIE-Lab76.5068-19.032270.1919

#bfc429 color RGB value is (191,196,41).

#bfc429 hex color red value is 191, green value is 196 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bfc429 hue: 0.17 , saturation: 0.65 and the lightness value of bfc429 is 0.46.

The process color (four color CMYK) of #bfc429 color hex is 0.03, 0.00, 0.79, 0.23. Web safe color of #bfc429 is #cccc33. Color #bfc429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 00101001
Octal 277 304 51
Decimal 191 196 41
Hex BF C4 29

RGB Percentages of Color #bfc429

%44.63
%45.79
%9.58

CMYK Percentages of Color #bfc429

%3
%0
%79
%23

Triadic Colors of #bfc429

#bfc429 #29bfc4 #c429bf

Analogous Colors of #bfc429

#bfc429 #72c429 #c47c29

Monochromatic Colors of #bfc429

#bfc429

Complementary Color

#bfc429 #2e29c4

#bfc429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc429 Color CSS Codes

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

#bfc429 Text Font Color

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

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


#bfc429 Background Color

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

This div background color is #bfc429


#bfc429 Border Color

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

This div border color is #bfc429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc429


Comments

No comments written yet.

Please login to write comment.