Color Hex Logo

#bfe77c Color Hex

#BFE77C
(191,231,124)
0 Favorites   0 Comments

Color spaces of #bfe77c

RGB 191231124
HSL0.230.690.70
HSV82°46°91°
CMYK 0.170.000.46   0.09
XYZ53.699969.683429.6887
Yxy69.68340.35080.4552
Hunter Lab83.4766-31.256237.3469
CIE-Lab86.8413-29.934547.6225

#bfe77c color RGB value is (191,231,124).

#bfe77c hex color red value is 191, green value is 231 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfe77c hue: 0.23 , saturation: 0.69 and the lightness value of bfe77c is 0.70.

The process color (four color CMYK) of #bfe77c color hex is 0.17, 0.00, 0.46, 0.09. Web safe color of #bfe77c is #ccff66. Color #bfe77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01111100
Octal 277 347 174
Decimal 191 231 124
Hex BF E7 7C

RGB Percentages of Color #bfe77c

%34.98
%42.31
%22.71

CMYK Percentages of Color #bfe77c

%17
%0
%46
%9

Triadic Colors of #bfe77c

#bfe77c #7cbfe7 #e77cbf

Analogous Colors of #bfe77c

#bfe77c #8ae77c #e7da7c

Monochromatic Colors of #bfe77c

#bfe77c

Complementary Color

#bfe77c #a47ce7

#bfe77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe77c Color CSS Codes

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

#bfe77c Text Font Color

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

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


#bfe77c Background Color

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

This div background color is #bfe77c


#bfe77c Border Color

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

This div border color is #bfe77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe77c


Comments

No comments written yet.

Please login to write comment.