Color Hex Logo

#bfc57e Color Hex

#BFC57E
(191,197,126)
0 Favorites   0 Comments

Color spaces of #bfc57e

RGB 191197126
HSL0.180.380.63
HSV65°36°77°
CMYK 0.030.000.36   0.23
XYZ45.218052.515227.4919
Yxy52.51520.36110.4194
Hunter Lab72.4674-15.437928.2344
CIE-Lab77.5879-13.069934.9494

#bfc57e color RGB value is (191,197,126).

#bfc57e hex color red value is 191, green value is 197 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bfc57e hue: 0.18 , saturation: 0.38 and the lightness value of bfc57e is 0.63.

The process color (four color CMYK) of #bfc57e color hex is 0.03, 0.00, 0.36, 0.23. Web safe color of #bfc57e is #cccc66. Color #bfc57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01111110
Octal 277 305 176
Decimal 191 197 126
Hex BF C5 7E

RGB Percentages of Color #bfc57e

%37.16
%38.33
%24.51

CMYK Percentages of Color #bfc57e

%3
%0
%36
%23

Triadic Colors of #bfc57e

#bfc57e #7ebfc5 #c57ebf

Analogous Colors of #bfc57e

#bfc57e #9cc57e #c5a87e

Monochromatic Colors of #bfc57e

#bfc57e

Complementary Color

#bfc57e #847ec5

#bfc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc57e Color CSS Codes

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

#bfc57e Text Font Color

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

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


#bfc57e Background Color

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

This div background color is #bfc57e


#bfc57e Border Color

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

This div border color is #bfc57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc57e


Comments

No comments written yet.

Please login to write comment.