Color Hex Logo

#bfe49f Color Hex

#BFE49F
(191,228,159)
0 Favorites   0 Comments

Color spaces of #bfe49f

RGB 191228159
HSL0.260.560.76
HSV92°30°89°
CMYK 0.160.000.30   0.11
XYZ55.487369.066443.2075
Yxy69.06640.33080.4117
Hunter Lab83.1062-26.257227.3490
CIE-Lab86.5369-24.086129.8175

#bfe49f color RGB value is (191,228,159).

#bfe49f hex color red value is 191, green value is 228 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfe49f hue: 0.26 , saturation: 0.56 and the lightness value of bfe49f is 0.76.

The process color (four color CMYK) of #bfe49f color hex is 0.16, 0.00, 0.30, 0.11. Web safe color of #bfe49f is #cccc99. Color #bfe49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10011111
Octal 277 344 237
Decimal 191 228 159
Hex BF E4 9F

RGB Percentages of Color #bfe49f

%33.04
%39.45
%27.51

CMYK Percentages of Color #bfe49f

%16
%0
%30
%11

Triadic Colors of #bfe49f

#bfe49f #9fbfe4 #e49fbf

Analogous Colors of #bfe49f

#bfe49f #9fe4a2 #e2e49f

Monochromatic Colors of #bfe49f

#bfe49f

Complementary Color

#bfe49f #c49fe4

#bfe49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe49f Color CSS Codes

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

#bfe49f Text Font Color

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

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


#bfe49f Background Color

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

This div background color is #bfe49f


#bfe49f Border Color

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

This div border color is #bfe49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe49f


Comments

No comments written yet.

Please login to write comment.