Color Hex Logo

#bfe391 Color Hex

#BFE391
(191,227,145)
0 Favorites   0 Comments

Color spaces of #bfe391

RGB 191227145
HSL0.240.590.73
HSV86°36°89°
CMYK 0.160.000.36   0.11
XYZ54.065868.058937.0752
Yxy68.05890.33960.4275
Hunter Lab82.4978-27.389431.1031
CIE-Lab86.0359-25.526036.2642

#bfe391 color RGB value is (191,227,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10010001
Octal 277 343 221
Decimal 191 227 145
Hex BF E3 91

RGB Percentages of Color #bfe391

%33.93
%40.32
%25.75

CMYK Percentages of Color #bfe391

%16
%0
%36
%11

Triadic Colors of #bfe391

#bfe391 #91bfe3 #e391bf

Analogous Colors of #bfe391

#bfe391 #96e391 #e3de91

Monochromatic Colors of #bfe391

#bfe391

Complementary Color

#bfe391 #b591e3

#bfe391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe391 Color CSS Codes

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

#bfe391 Text Font Color

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

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


#bfe391 Background Color

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

This div background color is #bfe391


#bfe391 Border Color

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

This div border color is #bfe391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe391


Comments

No comments written yet.

Please login to write comment.