Color Hex Logo

#bfe394 Color Hex

#BFE394
(191,227,148)
0 Favorites   0 Comments

Color spaces of #bfe394

RGB 191227148
HSL0.240.590.74
HSV87°35°89°
CMYK 0.160.000.35   0.11
XYZ54.300268.152738.3098
Yxy68.15270.33780.4239
Hunter Lab82.5546-27.062530.2745
CIE-Lab86.0827-25.130134.8117

#bfe394 color RGB value is (191,227,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10010100
Octal 277 343 224
Decimal 191 227 148
Hex BF E3 94

RGB Percentages of Color #bfe394

%33.75
%40.11
%26.15

CMYK Percentages of Color #bfe394

%16
%0
%35
%11

Triadic Colors of #bfe394

#bfe394 #94bfe3 #e394bf

Analogous Colors of #bfe394

#bfe394 #98e394 #e3e094

Monochromatic Colors of #bfe394

#bfe394

Complementary Color

#bfe394 #b894e3

#bfe394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe394 Color CSS Codes

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

#bfe394 Text Font Color

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

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


#bfe394 Background Color

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

This div background color is #bfe394


#bfe394 Border Color

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

This div border color is #bfe394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe394


Comments

No comments written yet.

Please login to write comment.