Color Hex Logo

#bfe59a Color Hex

#BFE59A
(191,229,154)
0 Favorites   0 Comments

Color spaces of #bfe59a

RGB 191229154
HSL0.250.590.75
HSV90°33°90°
CMYK 0.170.000.33   0.10
XYZ55.337969.448141.0601
Yxy69.44810.33370.4188
Hunter Lab83.3355-27.306529.1222
CIE-Lab86.7255-25.274232.6188

#bfe59a color RGB value is (191,229,154).

#bfe59a hex color red value is 191, green value is 229 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bfe59a hue: 0.25 , saturation: 0.59 and the lightness value of bfe59a is 0.75.

The process color (four color CMYK) of #bfe59a color hex is 0.17, 0.00, 0.33, 0.10. Web safe color of #bfe59a is #cccc99. Color #bfe59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 10011010
Octal 277 345 232
Decimal 191 229 154
Hex BF E5 9A

RGB Percentages of Color #bfe59a

%33.28
%39.90
%26.83

CMYK Percentages of Color #bfe59a

%17
%0
%33
%10

Triadic Colors of #bfe59a

#bfe59a #9abfe5 #e59abf

Analogous Colors of #bfe59a

#bfe59a #9ae59b #e5e59a

Monochromatic Colors of #bfe59a

#bfe59a

Complementary Color

#bfe59a #c09ae5

#bfe59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe59a Color CSS Codes

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

#bfe59a Text Font Color

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

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


#bfe59a Background Color

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

This div background color is #bfe59a


#bfe59a Border Color

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

This div border color is #bfe59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe59a


Comments

No comments written yet.

Please login to write comment.