Color Hex Logo

#bfe49d Color Hex

#BFE49D
(191,228,157)
0 Favorites   0 Comments

Color spaces of #bfe49d

RGB 191228157
HSL0.250.570.75
HSV91°31°89°
CMYK 0.160.000.31   0.11
XYZ55.315168.997542.3007
Yxy68.99750.33200.4141
Hunter Lab83.0647-26.495227.9519
CIE-Lab86.5028-24.371830.7941

#bfe49d color RGB value is (191,228,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10011101
Octal 277 344 235
Decimal 191 228 157
Hex BF E4 9D

RGB Percentages of Color #bfe49d

%33.16
%39.58
%27.26

CMYK Percentages of Color #bfe49d

%16
%0
%31
%11

Triadic Colors of #bfe49d

#bfe49d #9dbfe4 #e49dbf

Analogous Colors of #bfe49d

#bfe49d #9de49f #e3e49d

Monochromatic Colors of #bfe49d

#bfe49d

Complementary Color

#bfe49d #c29de4

#bfe49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe49d Color CSS Codes

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

#bfe49d Text Font Color

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

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


#bfe49d Background Color

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

This div background color is #bfe49d


#bfe49d Border Color

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

This div border color is #bfe49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe49d


Comments

No comments written yet.

Please login to write comment.