Color Hex Logo

#bfe56d Color Hex

#BFE56D
(191,229,109)
0 Favorites   0 Comments

Color spaces of #bfe56d

RGB 191229109
HSL0.220.700.66
HSV79°52°90°
CMYK 0.170.000.52   0.10
XYZ52.265568.219124.8809
Yxy68.21910.35950.4693
Hunter Lab82.5949-31.587339.9559
CIE-Lab86.1159-30.521153.7885

#bfe56d color RGB value is (191,229,109).

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

The process color (four color CMYK) of #bfe56d color hex is 0.17, 0.00, 0.52, 0.10. Web safe color of #bfe56d is #cccc66. Color #bfe56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 01101101
Octal 277 345 155
Decimal 191 229 109
Hex BF E5 6D

RGB Percentages of Color #bfe56d

%36.11
%43.29
%20.60

CMYK Percentages of Color #bfe56d

%17
%0
%52
%10

Triadic Colors of #bfe56d

#bfe56d #6dbfe5 #e56dbf

Analogous Colors of #bfe56d

#bfe56d #83e56d #e5cf6d

Monochromatic Colors of #bfe56d

#bfe56d

Complementary Color

#bfe56d #936de5

#bfe56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe56d Color CSS Codes

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

#bfe56d Text Font Color

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

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


#bfe56d Background Color

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

This div background color is #bfe56d


#bfe56d Border Color

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

This div border color is #bfe56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe56d


Comments

No comments written yet.

Please login to write comment.