Color Hex Logo

#bfe76d Color Hex

#BFE76D
(191,231,109)
0 Favorites   0 Comments

Color spaces of #bfe76d

RGB 191231109
HSL0.220.720.67
HSV80°53°91°
CMYK 0.170.000.53   0.09
XYZ52.822169.332325.0665
Yxy69.33230.35880.4709
Hunter Lab83.2660-32.479140.4375
CIE-Lab86.6683-31.453354.4377

#bfe76d color RGB value is (191,231,109).

#bfe76d hex color red value is 191, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfe76d hue: 0.22 , saturation: 0.72 and the lightness value of bfe76d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01101101
Octal 277 347 155
Decimal 191 231 109
Hex BF E7 6D

RGB Percentages of Color #bfe76d

%35.97
%43.50
%20.53

CMYK Percentages of Color #bfe76d

%17
%0
%53
%9

Triadic Colors of #bfe76d

#bfe76d #6dbfe7 #e76dbf

Analogous Colors of #bfe76d

#bfe76d #82e76d #e7d26d

Monochromatic Colors of #bfe76d

#bfe76d

Complementary Color

#bfe76d #956de7

#bfe76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe76d Color CSS Codes

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

#bfe76d Text Font Color

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

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


#bfe76d Background Color

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

This div background color is #bfe76d


#bfe76d Border Color

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

This div border color is #bfe76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe76d


Comments

No comments written yet.

Please login to write comment.