Color Hex Logo

#bfe08e Color Hex

#BFE08E
(191,224,142)
0 Favorites   0 Comments

Color spaces of #bfe08e

RGB 191224142
HSL0.230.570.72
HSV84°37°88°
CMYK 0.150.000.37   0.12
XYZ53.024066.340735.6016
Yxy66.34070.34220.4281
Hunter Lab81.4498-26.333331.0993
CIE-Lab85.1699-24.471536.6465

#bfe08e color RGB value is (191,224,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 10001110
Octal 277 340 216
Decimal 191 224 142
Hex BF E0 8E

RGB Percentages of Color #bfe08e

%34.29
%40.22
%25.49

CMYK Percentages of Color #bfe08e

%15
%0
%37
%12

Triadic Colors of #bfe08e

#bfe08e #8ebfe0 #e08ebf

Analogous Colors of #bfe08e

#bfe08e #96e08e #e0d88e

Monochromatic Colors of #bfe08e

#bfe08e

Complementary Color

#bfe08e #af8ee0

#bfe08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe08e Color CSS Codes

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

#bfe08e Text Font Color

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

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


#bfe08e Background Color

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

This div background color is #bfe08e


#bfe08e Border Color

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

This div border color is #bfe08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe08e


Comments

No comments written yet.

Please login to write comment.