Color Hex Logo

#bfde7b Color Hex

#BFDE7B
(191,222,123)
0 Favorites   0 Comments

Color spaces of #bfde7b

RGB 191222123
HSL0.220.600.68
HSV79°45°87°
CMYK 0.140.000.45   0.13
XYZ51.182364.749028.5391
Yxy64.74900.35430.4482
Hunter Lab80.4668-27.278835.2984
CIE-Lab84.3542-25.777445.0304

#bfde7b color RGB value is (191,222,123).

#bfde7b hex color red value is 191, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfde7b hue: 0.22 , saturation: 0.60 and the lightness value of bfde7b is 0.68.

The process color (four color CMYK) of #bfde7b color hex is 0.14, 0.00, 0.45, 0.13. Web safe color of #bfde7b is #cccc66. Color #bfde7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 01111011
Octal 277 336 173
Decimal 191 222 123
Hex BF DE 7B

RGB Percentages of Color #bfde7b

%35.63
%41.42
%22.95

CMYK Percentages of Color #bfde7b

%14
%0
%45
%13

Triadic Colors of #bfde7b

#bfde7b #7bbfde #de7bbf

Analogous Colors of #bfde7b

#bfde7b #8ede7b #decc7b

Monochromatic Colors of #bfde7b

#bfde7b

Complementary Color

#bfde7b #9a7bde

#bfde7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfde7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfde7b Color CSS Codes

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

#bfde7b Text Font Color

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

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


#bfde7b Background Color

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

This div background color is #bfde7b


#bfde7b Border Color

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

This div border color is #bfde7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfde7b


Comments

No comments written yet.

Please login to write comment.