Color Hex Logo

#bfe16d Color Hex

#BFE16D
(191,225,109)
0 Favorites   0 Comments

Color spaces of #bfe16d

RGB 191225109
HSL0.220.660.65
HSV78°52°88°
CMYK 0.150.000.52   0.12
XYZ51.171466.030924.5162
Yxy66.03090.36110.4659
Hunter Lab81.2594-29.797338.9936
CIE-Lab85.0122-28.642252.4859

#bfe16d color RGB value is (191,225,109).

#bfe16d hex color red value is 191, green value is 225 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfe16d hue: 0.22 , saturation: 0.66 and the lightness value of bfe16d is 0.65.

The process color (four color CMYK) of #bfe16d color hex is 0.15, 0.00, 0.52, 0.12. Web safe color of #bfe16d is #cccc66. Color #bfe16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01101101
Octal 277 341 155
Decimal 191 225 109
Hex BF E1 6D

RGB Percentages of Color #bfe16d

%36.38
%42.86
%20.76

CMYK Percentages of Color #bfe16d

%15
%0
%52
%12

Triadic Colors of #bfe16d

#bfe16d #6dbfe1 #e16dbf

Analogous Colors of #bfe16d

#bfe16d #85e16d #e1c96d

Monochromatic Colors of #bfe16d

#bfe16d

Complementary Color

#bfe16d #8f6de1

#bfe16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe16d Color CSS Codes

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

#bfe16d Text Font Color

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

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


#bfe16d Background Color

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

This div background color is #bfe16d


#bfe16d Border Color

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

This div border color is #bfe16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe16d


Comments

No comments written yet.

Please login to write comment.