Color Hex Logo

#bfe48f Color Hex

#BFE48F
(191,228,143)
0 Favorites   0 Comments

Color spaces of #bfe48f

RGB 191228143
HSL0.240.610.73
HSV86°37°89°
CMYK 0.160.000.37   0.11
XYZ54.187268.546336.3614
Yxy68.54630.34060.4309
Hunter Lab82.7927-28.060331.9155
CIE-Lab86.2789-26.263537.5853

#bfe48f color RGB value is (191,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10001111
Octal 277 344 217
Decimal 191 228 143
Hex BF E4 8F

RGB Percentages of Color #bfe48f

%33.99
%40.57
%25.44

CMYK Percentages of Color #bfe48f

%16
%0
%37
%11

Triadic Colors of #bfe48f

#bfe48f #8fbfe4 #e48fbf

Analogous Colors of #bfe48f

#bfe48f #95e48f #e4df8f

Monochromatic Colors of #bfe48f

#bfe48f

Complementary Color

#bfe48f #b48fe4

#bfe48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe48f Color CSS Codes

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

#bfe48f Text Font Color

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

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


#bfe48f Background Color

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

This div background color is #bfe48f


#bfe48f Border Color

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

This div border color is #bfe48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe48f


Comments

No comments written yet.

Please login to write comment.