Color Hex Logo

#bfe38d Color Hex

#BFE38D
(191,227,141)
0 Favorites   0 Comments

Color spaces of #bfe38d

RGB 191227141
HSL0.240.610.72
HSV85°38°89°
CMYK 0.160.000.38   0.11
XYZ53.762767.937635.4790
Yxy67.93760.34200.4322
Hunter Lab82.4243-27.812732.1760
CIE-Lab85.9752-26.040138.1934

#bfe38d color RGB value is (191,227,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10001101
Octal 277 343 215
Decimal 191 227 141
Hex BF E3 8D

RGB Percentages of Color #bfe38d

%34.17
%40.61
%25.22

CMYK Percentages of Color #bfe38d

%16
%0
%38
%11

Triadic Colors of #bfe38d

#bfe38d #8dbfe3 #e38dbf

Analogous Colors of #bfe38d

#bfe38d #94e38d #e3dc8d

Monochromatic Colors of #bfe38d

#bfe38d

Complementary Color

#bfe38d #b18de3

#bfe38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe38d Color CSS Codes

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

#bfe38d Text Font Color

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

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


#bfe38d Background Color

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

This div background color is #bfe38d


#bfe38d Border Color

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

This div border color is #bfe38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe38d


Comments

No comments written yet.

Please login to write comment.