Color Hex Logo

#bfe191 Color Hex

#BFE191
(191,225,145)
0 Favorites   0 Comments

Color spaces of #bfe191

RGB 191225145
HSL0.240.570.73
HSV85°36°88°
CMYK 0.150.000.36   0.12
XYZ53.521966.971136.8939
Yxy66.97110.34010.4255
Hunter Lab81.8359-26.471130.5555
CIE-Lab85.4893-24.564135.5499

#bfe191 color RGB value is (191,225,145).

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

The process color (four color CMYK) of #bfe191 color hex is 0.15, 0.00, 0.36, 0.12. Web safe color of #bfe191 is #cccc99. Color #bfe191 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10010001
Octal 277 341 221
Decimal 191 225 145
Hex BF E1 91

RGB Percentages of Color #bfe191

%34.05
%40.11
%25.85

CMYK Percentages of Color #bfe191

%15
%0
%36
%12

Triadic Colors of #bfe191

#bfe191 #91bfe1 #e191bf

Analogous Colors of #bfe191

#bfe191 #97e191 #e1db91

Monochromatic Colors of #bfe191

#bfe191

Complementary Color

#bfe191 #b391e1

#bfe191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe191 Color CSS Codes

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

#bfe191 Text Font Color

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

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


#bfe191 Background Color

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

This div background color is #bfe191


#bfe191 Border Color

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

This div border color is #bfe191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe191


Comments

No comments written yet.

Please login to write comment.