Color Hex Logo

#bfe46d Color Hex

#BFE46D
(191,228,109)
0 Favorites   0 Comments

Color spaces of #bfe46d

RGB 191228109
HSL0.220.690.66
HSV79°52°89°
CMYK 0.160.000.52   0.11
XYZ51.989667.667324.7890
Yxy67.66730.35990.4685
Hunter Lab82.2601-31.140639.7151
CIE-Lab85.8398-30.053253.4632

#bfe46d color RGB value is (191,228,109).

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

The process color (four color CMYK) of #bfe46d color hex is 0.16, 0.00, 0.52, 0.11. Web safe color of #bfe46d is #cccc66. Color #bfe46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01101101
Octal 277 344 155
Decimal 191 228 109
Hex BF E4 6D

RGB Percentages of Color #bfe46d

%36.17
%43.18
%20.64

CMYK Percentages of Color #bfe46d

%16
%0
%52
%11

Triadic Colors of #bfe46d

#bfe46d #6dbfe4 #e46dbf

Analogous Colors of #bfe46d

#bfe46d #84e46d #e4ce6d

Monochromatic Colors of #bfe46d

#bfe46d

Complementary Color

#bfe46d #926de4

#bfe46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe46d Color CSS Codes

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

#bfe46d Text Font Color

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

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


#bfe46d Background Color

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

This div background color is #bfe46d


#bfe46d Border Color

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

This div border color is #bfe46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe46d


Comments

No comments written yet.

Please login to write comment.