Color Hex Logo

#bfe58b Color Hex

#BFE58B
(191,229,139)
0 Favorites   0 Comments

Color spaces of #bfe58b

RGB 191229139
HSL0.240.630.72
HSV85°39°90°
CMYK 0.170.000.39   0.10
XYZ54.165468.979134.8856
Yxy68.97910.34280.4365
Hunter Lab83.0537-28.930933.2336
CIE-Lab86.4937-27.245039.8589

#bfe58b color RGB value is (191,229,139).

#bfe58b hex color red value is 191, green value is 229 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bfe58b hue: 0.24 , saturation: 0.63 and the lightness value of bfe58b is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 10001011
Octal 277 345 213
Decimal 191 229 139
Hex BF E5 8B

RGB Percentages of Color #bfe58b

%34.17
%40.97
%24.87

CMYK Percentages of Color #bfe58b

%17
%0
%39
%10

Triadic Colors of #bfe58b

#bfe58b #8bbfe5 #e58bbf

Analogous Colors of #bfe58b

#bfe58b #92e58b #e5de8b

Monochromatic Colors of #bfe58b

#bfe58b

Complementary Color

#bfe58b #b18be5

#bfe58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe58b Color CSS Codes

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

#bfe58b Text Font Color

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

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


#bfe58b Background Color

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

This div background color is #bfe58b


#bfe58b Border Color

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

This div border color is #bfe58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe58b


Comments

No comments written yet.

Please login to write comment.