Color Hex Logo

#bfec9f Color Hex

#BFEC9F
(191,236,159)
0 Favorites   0 Comments

Color spaces of #bfec9f

RGB 191236159
HSL0.260.670.77
HSV95°33°93°
CMYK 0.190.000.33   0.07
XYZ57.739373.570543.9582
Yxy73.57050.32940.4198
Hunter Lab85.7732-29.943729.6556
CIE-Lab88.7191-27.913532.7335

#bfec9f color RGB value is (191,236,159).

#bfec9f hex color red value is 191, green value is 236 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfec9f hue: 0.26 , saturation: 0.67 and the lightness value of bfec9f is 0.77.

The process color (four color CMYK) of #bfec9f color hex is 0.19, 0.00, 0.33, 0.07. Web safe color of #bfec9f is #ccff99. Color #bfec9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 10011111
Octal 277 354 237
Decimal 191 236 159
Hex BF EC 9F

RGB Percentages of Color #bfec9f

%32.59
%40.27
%27.13

CMYK Percentages of Color #bfec9f

%19
%0
%33
%7

Triadic Colors of #bfec9f

#bfec9f #9fbfec #ec9fbf

Analogous Colors of #bfec9f

#bfec9f #9feca6 #e6ec9f

Monochromatic Colors of #bfec9f

#bfec9f

Complementary Color

#bfec9f #cc9fec

#bfec9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec9f Color CSS Codes

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

#bfec9f Text Font Color

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

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


#bfec9f Background Color

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

This div background color is #bfec9f


#bfec9f Border Color

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

This div border color is #bfec9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec9f


Comments

No comments written yet.

Please login to write comment.