Color Hex Logo

#bfe69d Color Hex

#BFE69D
(191,230,157)
0 Favorites   0 Comments

Color spaces of #bfe69d

RGB 191230157
HSL0.260.590.76
HSV92°32°90°
CMYK 0.170.000.32   0.10
XYZ55.868570.104342.4852
Yxy70.10430.33160.4162
Hunter Lab83.7283-27.418728.5250
CIE-Lab87.0480-25.334331.5222

#bfe69d color RGB value is (191,230,157).

#bfe69d hex color red value is 191, green value is 230 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfe69d hue: 0.26 , saturation: 0.59 and the lightness value of bfe69d is 0.76.

The process color (four color CMYK) of #bfe69d color hex is 0.17, 0.00, 0.32, 0.10. Web safe color of #bfe69d is #ccff99. Color #bfe69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 10011101
Octal 277 346 235
Decimal 191 230 157
Hex BF E6 9D

RGB Percentages of Color #bfe69d

%33.04
%39.79
%27.16

CMYK Percentages of Color #bfe69d

%17
%0
%32
%10

Triadic Colors of #bfe69d

#bfe69d #9dbfe6 #e69dbf

Analogous Colors of #bfe69d

#bfe69d #9de6a0 #e4e69d

Monochromatic Colors of #bfe69d

#bfe69d

Complementary Color

#bfe69d #c49de6

#bfe69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe69d Color CSS Codes

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

#bfe69d Text Font Color

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

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


#bfe69d Background Color

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

This div background color is #bfe69d


#bfe69d Border Color

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

This div border color is #bfe69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe69d


Comments

No comments written yet.

Please login to write comment.