Color Hex Logo

#bfe531 Color Hex

#BFE531
(191,229,49)
0 Favorites   0 Comments

Color spaces of #bfe531

RGB 19122949
HSL0.200.780.55
HSV73°79°90°
CMYK 0.170.000.79   0.10
XYZ50.059567.336713.2646
Yxy67.33670.38310.5154
Hunter Lab82.0589-34.710447.8572
CIE-Lab85.6737-34.461376.1536

#bfe531 color RGB value is (191,229,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00110001
Octal 277 345 61
Decimal 191 229 49
Hex BF E5 31

RGB Percentages of Color #bfe531

%40.72
%48.83
%10.45

CMYK Percentages of Color #bfe531

%17
%0
%79
%10

Triadic Colors of #bfe531

#bfe531 #31bfe5 #e531bf

Analogous Colors of #bfe531

#bfe531 #65e531 #e5b131

Monochromatic Colors of #bfe531

#bfe531

Complementary Color

#bfe531 #5731e5

#bfe531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe531 Color CSS Codes

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

#bfe531 Text Font Color

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

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


#bfe531 Background Color

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

This div background color is #bfe531


#bfe531 Border Color

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

This div border color is #bfe531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe531


Comments

No comments written yet.

Please login to write comment.