Color Hex Logo

#bfe091 Color Hex

#BFE091
(191,224,145)
0 Favorites   0 Comments

Color spaces of #bfe091

RGB 191224145
HSL0.240.560.72
HSV85°35°88°
CMYK 0.150.000.35   0.12
XYZ53.252366.432036.8040
Yxy66.43200.34030.4245
Hunter Lab81.5058-26.011230.2816
CIE-Lab85.2163-24.081635.1925

#bfe091 color RGB value is (191,224,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 10010001
Octal 277 340 221
Decimal 191 224 145
Hex BF E0 91

RGB Percentages of Color #bfe091

%34.11
%40.00
%25.89

CMYK Percentages of Color #bfe091

%15
%0
%35
%12

Triadic Colors of #bfe091

#bfe091 #91bfe0 #e091bf

Analogous Colors of #bfe091

#bfe091 #98e091 #e0da91

Monochromatic Colors of #bfe091

#bfe091

Complementary Color

#bfe091 #b291e0

#bfe091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe091 Color CSS Codes

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

#bfe091 Text Font Color

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

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


#bfe091 Background Color

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

This div background color is #bfe091


#bfe091 Border Color

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

This div border color is #bfe091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe091


Comments

No comments written yet.

Please login to write comment.