Color Hex Logo

#bfce7e Color Hex

#BFCE7E
(191,206,126)
0 Favorites   0 Comments

Color spaces of #bfce7e

RGB 191206126
HSL0.200.450.65
HSV71°39°81°
CMYK 0.070.000.39   0.19
XYZ47.323156.725328.1936
Yxy56.72530.35790.4290
Hunter Lab75.3162-19.647230.5269
CIE-Lab80.0248-17.608538.0845

#bfce7e color RGB value is (191,206,126).

#bfce7e hex color red value is 191, green value is 206 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bfce7e hue: 0.20 , saturation: 0.45 and the lightness value of bfce7e is 0.65.

The process color (four color CMYK) of #bfce7e color hex is 0.07, 0.00, 0.39, 0.19. Web safe color of #bfce7e is #cccc66. Color #bfce7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 01111110
Octal 277 316 176
Decimal 191 206 126
Hex BF CE 7E

RGB Percentages of Color #bfce7e

%36.52
%39.39
%24.09

CMYK Percentages of Color #bfce7e

%7
%0
%39
%19

Triadic Colors of #bfce7e

#bfce7e #7ebfce #ce7ebf

Analogous Colors of #bfce7e

#bfce7e #97ce7e #ceb57e

Monochromatic Colors of #bfce7e

#bfce7e

Complementary Color

#bfce7e #8d7ece

#bfce7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfce7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfce7e Color CSS Codes

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

#bfce7e Text Font Color

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

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


#bfce7e Background Color

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

This div background color is #bfce7e


#bfce7e Border Color

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

This div border color is #bfce7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,206,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 #bfce7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfce7e


Comments

No comments written yet.

Please login to write comment.