Color Hex Logo

#bfeb5c Color Hex

#BFEB5C
(191,235,92)
0 Favorites   0 Comments

Color spaces of #bfeb5c

RGB 19123592
HSL0.220.780.64
HSV78°61°92°
CMYK 0.190.000.61   0.08
XYZ53.126071.265721.0808
Yxy71.26570.36520.4899
Hunter Lab84.4190-35.400944.2876
CIE-Lab87.6139-34.742462.9432

#bfeb5c color RGB value is (191,235,92).

#bfeb5c hex color red value is 191, green value is 235 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bfeb5c hue: 0.22 , saturation: 0.78 and the lightness value of bfeb5c is 0.64.

The process color (four color CMYK) of #bfeb5c color hex is 0.19, 0.00, 0.61, 0.08. Web safe color of #bfeb5c is #ccff66. Color #bfeb5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 01011100
Octal 277 353 134
Decimal 191 235 92
Hex BF EB 5C

RGB Percentages of Color #bfeb5c

%36.87
%45.37
%17.76

CMYK Percentages of Color #bfeb5c

%19
%0
%61
%8

Triadic Colors of #bfeb5c

#bfeb5c #5cbfeb #eb5cbf

Analogous Colors of #bfeb5c

#bfeb5c #78eb5c #ebd05c

Monochromatic Colors of #bfeb5c

#bfeb5c

Complementary Color

#bfeb5c #885ceb

#bfeb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb5c Color CSS Codes

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

#bfeb5c Text Font Color

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

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


#bfeb5c Background Color

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

This div background color is #bfeb5c


#bfeb5c Border Color

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

This div border color is #bfeb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb5c


Comments

No comments written yet.

Please login to write comment.