Color Hex Logo

#bfe29f Color Hex

#BFE29F
(191,226,159)
0 Favorites   0 Comments

Color spaces of #bfe29f

RGB 191226159
HSL0.250.540.75
HSV91°30°89°
CMYK 0.150.000.30   0.11
XYZ54.940267.972343.0252
Yxy67.97230.33110.4096
Hunter Lab82.4453-25.329826.7704
CIE-Lab85.9926-23.117929.0860

#bfe29f color RGB value is (191,226,159).

#bfe29f hex color red value is 191, green value is 226 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfe29f hue: 0.25 , saturation: 0.54 and the lightness value of bfe29f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10011111
Octal 277 342 237
Decimal 191 226 159
Hex BF E2 9F

RGB Percentages of Color #bfe29f

%33.16
%39.24
%27.60

CMYK Percentages of Color #bfe29f

%15
%0
%30
%11

Triadic Colors of #bfe29f

#bfe29f #9fbfe2 #e29fbf

Analogous Colors of #bfe29f

#bfe29f #9fe2a1 #e1e29f

Monochromatic Colors of #bfe29f

#bfe29f

Complementary Color

#bfe29f #c29fe2

#bfe29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe29f Color CSS Codes

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

#bfe29f Text Font Color

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

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


#bfe29f Background Color

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

This div background color is #bfe29f


#bfe29f Border Color

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

This div border color is #bfe29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe29f


Comments

No comments written yet.

Please login to write comment.