Color Hex Logo

#bfe67e Color Hex

#BFE67E
(191,230,126)
0 Favorites   0 Comments

Color spaces of #bfe67e

RGB 191230126
HSL0.230.680.70
HSV83°45°90°
CMYK 0.170.000.45   0.10
XYZ53.548669.176430.2687
Yxy69.17640.35000.4522
Hunter Lab83.1724-30.628536.6434
CIE-Lab86.5913-29.245346.3523

#bfe67e color RGB value is (191,230,126).

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

The process color (four color CMYK) of #bfe67e color hex is 0.17, 0.00, 0.45, 0.10. Web safe color of #bfe67e is #ccff66. Color #bfe67e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01111110
Octal 277 346 176
Decimal 191 230 126
Hex BF E6 7E

RGB Percentages of Color #bfe67e

%34.92
%42.05
%23.03

CMYK Percentages of Color #bfe67e

%17
%0
%45
%10

Triadic Colors of #bfe67e

#bfe67e #7ebfe6 #e67ebf

Analogous Colors of #bfe67e

#bfe67e #8be67e #e6d97e

Monochromatic Colors of #bfe67e

#bfe67e

Complementary Color

#bfe67e #a57ee6

#bfe67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe67e Color CSS Codes

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

#bfe67e Text Font Color

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

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


#bfe67e Background Color

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

This div background color is #bfe67e


#bfe67e Border Color

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

This div border color is #bfe67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe67e


Comments

No comments written yet.

Please login to write comment.