Color Hex Logo

#bfe46e Color Hex

#BFE46E
(191,228,110)
0 Favorites   0 Comments

Color spaces of #bfe46e

RGB 191228110
HSL0.220.690.66
HSV79°52°89°
CMYK 0.160.000.52   0.11
XYZ52.043767.689025.0741
Yxy67.68900.35940.4674
Hunter Lab82.2733-31.064439.5218
CIE-Lab85.8507-29.958353.0156

#bfe46e color RGB value is (191,228,110).

#bfe46e hex color red value is 191, green value is 228 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bfe46e hue: 0.22 , saturation: 0.69 and the lightness value of bfe46e is 0.66.

The process color (four color CMYK) of #bfe46e color hex is 0.16, 0.00, 0.52, 0.11. Web safe color of #bfe46e is #cccc66. Color #bfe46e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01101110
Octal 277 344 156
Decimal 191 228 110
Hex BF E4 6E

RGB Percentages of Color #bfe46e

%36.11
%43.10
%20.79

CMYK Percentages of Color #bfe46e

%16
%0
%52
%11

Triadic Colors of #bfe46e

#bfe46e #6ebfe4 #e46ebf

Analogous Colors of #bfe46e

#bfe46e #84e46e #e4ce6e

Monochromatic Colors of #bfe46e

#bfe46e

Complementary Color

#bfe46e #936ee4

#bfe46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe46e Color CSS Codes

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

#bfe46e Text Font Color

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

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


#bfe46e Background Color

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

This div background color is #bfe46e


#bfe46e Border Color

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

This div border color is #bfe46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe46e


Comments

No comments written yet.

Please login to write comment.