Color Hex Logo

#bfe38f Color Hex

#BFE38F
(191,227,143)
0 Favorites   0 Comments

Color spaces of #bfe38f

RGB 191227143
HSL0.240.600.73
HSV86°37°89°
CMYK 0.160.000.37   0.11
XYZ53.912967.997736.2700
Yxy67.99770.34080.4299
Hunter Lab82.4607-27.602831.6440
CIE-Lab86.0053-25.785037.2299

#bfe38f color RGB value is (191,227,143).

#bfe38f hex color red value is 191, green value is 227 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfe38f hue: 0.24 , saturation: 0.60 and the lightness value of bfe38f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10001111
Octal 277 343 217
Decimal 191 227 143
Hex BF E3 8F

RGB Percentages of Color #bfe38f

%34.05
%40.46
%25.49

CMYK Percentages of Color #bfe38f

%16
%0
%37
%11

Triadic Colors of #bfe38f

#bfe38f #8fbfe3 #e38fbf

Analogous Colors of #bfe38f

#bfe38f #95e38f #e3dd8f

Monochromatic Colors of #bfe38f

#bfe38f

Complementary Color

#bfe38f #b38fe3

#bfe38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe38f Color CSS Codes

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

#bfe38f Text Font Color

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

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


#bfe38f Background Color

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

This div background color is #bfe38f


#bfe38f Border Color

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

This div border color is #bfe38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe38f


Comments

No comments written yet.

Please login to write comment.