Color Hex Logo

#bfe49e Color Hex

#BFE49E
(191,228,158)
0 Favorites   0 Comments

Color spaces of #bfe49e

RGB 191228158
HSL0.250.560.76
HSV92°31°89°
CMYK 0.160.000.31   0.11
XYZ55.400869.031842.7523
Yxy69.03180.33140.4129
Hunter Lab83.0854-26.376727.6516
CIE-Lab86.5198-24.229630.3059

#bfe49e color RGB value is (191,228,158).

#bfe49e hex color red value is 191, green value is 228 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfe49e hue: 0.25 , saturation: 0.56 and the lightness value of bfe49e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10011110
Octal 277 344 236
Decimal 191 228 158
Hex BF E4 9E

RGB Percentages of Color #bfe49e

%33.10
%39.51
%27.38

CMYK Percentages of Color #bfe49e

%16
%0
%31
%11

Triadic Colors of #bfe49e

#bfe49e #9ebfe4 #e49ebf

Analogous Colors of #bfe49e

#bfe49e #9ee4a0 #e2e49e

Monochromatic Colors of #bfe49e

#bfe49e

Complementary Color

#bfe49e #c39ee4

#bfe49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe49e Color CSS Codes

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

#bfe49e Text Font Color

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

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


#bfe49e Background Color

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

This div background color is #bfe49e


#bfe49e Border Color

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

This div border color is #bfe49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe49e


Comments

No comments written yet.

Please login to write comment.