Color Hex Logo

#bfd33e Color Hex

#BFD33E
(191,211,62)
0 Favorites   0 Comments

Color spaces of #bfd33e

RGB 19121162
HSL0.190.630.54
HSV68°71°83°
CMYK 0.090.000.71   0.17
XYZ45.649658.012713.3490
Yxy58.01270.39010.4958
Hunter Lab76.1661-26.307942.9250
CIE-Lab80.7459-25.443967.4475

#bfd33e color RGB value is (191,211,62).

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

The process color (four color CMYK) of #bfd33e color hex is 0.09, 0.00, 0.71, 0.17. Web safe color of #bfd33e is #cccc33. Color #bfd33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00111110
Octal 277 323 76
Decimal 191 211 62
Hex BF D3 3E

RGB Percentages of Color #bfd33e

%41.16
%45.47
%13.36

CMYK Percentages of Color #bfd33e

%9
%0
%71
%17

Triadic Colors of #bfd33e

#bfd33e #3ebfd3 #d33ebf

Analogous Colors of #bfd33e

#bfd33e #75d33e #d39d3e

Monochromatic Colors of #bfd33e

#bfd33e

Complementary Color

#bfd33e #523ed3

#bfd33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd33e Color CSS Codes

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

#bfd33e Text Font Color

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

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


#bfd33e Background Color

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

This div background color is #bfd33e


#bfd33e Border Color

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

This div border color is #bfd33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd33e


Comments

No comments written yet.

Please login to write comment.