Color Hex Logo

#bfec8d Color Hex

#BFEC8D
(191,236,141)
0 Favorites   0 Comments

Color spaces of #bfec8d

RGB 191236141
HSL0.250.710.74
HSV88°40°93°
CMYK 0.190.000.40   0.07
XYZ56.289072.990436.3211
Yxy72.99040.33990.4408
Hunter Lab85.4344-31.904434.5979
CIE-Lab88.4431-30.299641.3680

#bfec8d color RGB value is (191,236,141).

#bfec8d hex color red value is 191, green value is 236 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfec8d hue: 0.25 , saturation: 0.71 and the lightness value of bfec8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 10001101
Octal 277 354 215
Decimal 191 236 141
Hex BF EC 8D

RGB Percentages of Color #bfec8d

%33.63
%41.55
%24.82

CMYK Percentages of Color #bfec8d

%19
%0
%40
%7

Triadic Colors of #bfec8d

#bfec8d #8dbfec #ec8dbf

Analogous Colors of #bfec8d

#bfec8d #90ec8d #ecea8d

Monochromatic Colors of #bfec8d

#bfec8d

Complementary Color

#bfec8d #ba8dec

#bfec8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec8d Color CSS Codes

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

#bfec8d Text Font Color

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

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


#bfec8d Background Color

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

This div background color is #bfec8d


#bfec8d Border Color

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

This div border color is #bfec8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec8d


Comments

No comments written yet.

Please login to write comment.