Color Hex Logo

#bfe529 Color Hex

#BFE529
(191,229,41)
0 Favorites   0 Comments

Color spaces of #bfe529

RGB 19122941
HSL0.200.780.53
HSV72°82°90°
CMYK 0.170.000.82   0.10
XYZ49.905467.275112.4529
Yxy67.27510.38500.5190
Hunter Lab82.0214-34.930348.4133
CIE-Lab85.6427-34.742478.1652

#bfe529 color RGB value is (191,229,41).

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

The process color (four color CMYK) of #bfe529 color hex is 0.17, 0.00, 0.82, 0.10. Web safe color of #bfe529 is #cccc33. Color #bfe529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00101001
Octal 277 345 51
Decimal 191 229 41
Hex BF E5 29

RGB Percentages of Color #bfe529

%41.43
%49.67
%8.89

CMYK Percentages of Color #bfe529

%17
%0
%82
%10

Triadic Colors of #bfe529

#bfe529 #29bfe5 #e529bf

Analogous Colors of #bfe529

#bfe529 #61e529 #e5ad29

Monochromatic Colors of #bfe529

#bfe529

Complementary Color

#bfe529 #4f29e5

#bfe529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe529 Color CSS Codes

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

#bfe529 Text Font Color

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

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


#bfe529 Background Color

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

This div background color is #bfe529


#bfe529 Border Color

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

This div border color is #bfe529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe529


Comments

No comments written yet.

Please login to write comment.