Color Hex Logo

#bfeb7b Color Hex

#BFEB7B
(191,235,123)
0 Favorites   0 Comments

Color spaces of #bfeb7b

RGB 191235123
HSL0.230.740.70
HSV84°48°92°
CMYK 0.190.000.48   0.08
XYZ54.769371.923129.7348
Yxy71.92310.35010.4598
Hunter Lab84.8075-33.136538.5773
CIE-Lab87.9316-31.907849.4351

#bfeb7b color RGB value is (191,235,123).

#bfeb7b hex color red value is 191, green value is 235 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfeb7b hue: 0.23 , saturation: 0.74 and the lightness value of bfeb7b is 0.70.

The process color (four color CMYK) of #bfeb7b color hex is 0.19, 0.00, 0.48, 0.08. Web safe color of #bfeb7b is #ccff66. Color #bfeb7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 01111011
Octal 277 353 173
Decimal 191 235 123
Hex BF EB 7B

RGB Percentages of Color #bfeb7b

%34.79
%42.81
%22.40

CMYK Percentages of Color #bfeb7b

%19
%0
%48
%8

Triadic Colors of #bfeb7b

#bfeb7b #7bbfeb #eb7bbf

Analogous Colors of #bfeb7b

#bfeb7b #87eb7b #ebdf7b

Monochromatic Colors of #bfeb7b

#bfeb7b

Complementary Color

#bfeb7b #a77beb

#bfeb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb7b Color CSS Codes

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

#bfeb7b Text Font Color

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

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


#bfeb7b Background Color

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

This div background color is #bfeb7b


#bfeb7b Border Color

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

This div border color is #bfeb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb7b


Comments

No comments written yet.

Please login to write comment.