Color Hex Logo

#bfe929 Color Hex

#BFE929
(191,233,41)
0 Favorites   0 Comments

Color spaces of #bfe929

RGB 19123341
HSL0.200.810.54
HSV73°82°91°
CMYK 0.180.000.82   0.09
XYZ51.025069.514312.8261
Yxy69.51430.38260.5212
Hunter Lab83.3752-36.666049.2417
CIE-Lab86.7581-36.556079.1280

#bfe929 color RGB value is (191,233,41).

#bfe929 hex color red value is 191, green value is 233 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bfe929 hue: 0.20 , saturation: 0.81 and the lightness value of bfe929 is 0.54.

The process color (four color CMYK) of #bfe929 color hex is 0.18, 0.00, 0.82, 0.09. Web safe color of #bfe929 is #ccff33. Color #bfe929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 00101001
Octal 277 351 51
Decimal 191 233 41
Hex BF E9 29

RGB Percentages of Color #bfe929

%41.08
%50.11
%8.82

CMYK Percentages of Color #bfe929

%18
%0
%82
%9

Triadic Colors of #bfe929

#bfe929 #29bfe9 #e929bf

Analogous Colors of #bfe929

#bfe929 #5fe929 #e9b329

Monochromatic Colors of #bfe929

#bfe929

Complementary Color

#bfe929 #5329e9

#bfe929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe929 Color CSS Codes

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

#bfe929 Text Font Color

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

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


#bfe929 Background Color

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

This div background color is #bfe929


#bfe929 Border Color

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

This div border color is #bfe929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe929


Comments

No comments written yet.

Please login to write comment.