Color Hex Logo

#bfc42e Color Hex

#BFC42E
(191,196,46)
0 Favorites   0 Comments

Color spaces of #bfc42e

RGB 19119646
HSL0.170.620.47
HSV62°77°77°
CMYK 0.030.000.77   0.23
XYZ41.718950.753510.1823
Yxy50.75350.40640.4944
Hunter Lab71.2415-20.143341.3949
CIE-Lab76.5295-18.847468.7532

#bfc42e color RGB value is (191,196,46).

#bfc42e hex color red value is 191, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfc42e hue: 0.17 , saturation: 0.62 and the lightness value of bfc42e is 0.47.

The process color (four color CMYK) of #bfc42e color hex is 0.03, 0.00, 0.77, 0.23. Web safe color of #bfc42e is #cccc33. Color #bfc42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 00101110
Octal 277 304 56
Decimal 191 196 46
Hex BF C4 2E

RGB Percentages of Color #bfc42e

%44.11
%45.27
%10.62

CMYK Percentages of Color #bfc42e

%3
%0
%77
%23

Triadic Colors of #bfc42e

#bfc42e #2ebfc4 #c42ebf

Analogous Colors of #bfc42e

#bfc42e #74c42e #c47e2e

Monochromatic Colors of #bfc42e

#bfc42e

Complementary Color

#bfc42e #332ec4

#bfc42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc42e Color CSS Codes

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

#bfc42e Text Font Color

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

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


#bfc42e Background Color

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

This div background color is #bfc42e


#bfc42e Border Color

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

This div border color is #bfc42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc42e


Comments

No comments written yet.

Please login to write comment.