Color Hex Logo

#bfd34e Color Hex

#BFD34E
(191,211,78)
0 Favorites   0 Comments

Color spaces of #bfd34e

RGB 19121178
HSL0.190.600.57
HSV69°63°83°
CMYK 0.090.000.63   0.17
XYZ46.155358.215016.0117
Yxy58.21500.38340.4836
Hunter Lab76.2988-25.543140.9668
CIE-Lab80.8582-24.487561.4312

#bfd34e color RGB value is (191,211,78).

#bfd34e hex color red value is 191, green value is 211 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bfd34e hue: 0.19 , saturation: 0.60 and the lightness value of bfd34e is 0.57.

The process color (four color CMYK) of #bfd34e color hex is 0.09, 0.00, 0.63, 0.17. Web safe color of #bfd34e is #cccc66. Color #bfd34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01001110
Octal 277 323 116
Decimal 191 211 78
Hex BF D3 4E

RGB Percentages of Color #bfd34e

%39.79
%43.96
%16.25

CMYK Percentages of Color #bfd34e

%9
%0
%63
%17

Triadic Colors of #bfd34e

#bfd34e #4ebfd3 #d34ebf

Analogous Colors of #bfd34e

#bfd34e #7dd34e #d3a54e

Monochromatic Colors of #bfd34e

#bfd34e

Complementary Color

#bfd34e #624ed3

#bfd34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd34e Color CSS Codes

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

#bfd34e Text Font Color

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

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


#bfd34e Background Color

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

This div background color is #bfd34e


#bfd34e Border Color

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

This div border color is #bfd34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd34e


Comments

No comments written yet.

Please login to write comment.