Color Hex Logo

#bfec4b Color Hex

#BFEC4B
(191,236,75)
0 Favorites   0 Comments

Color spaces of #bfec4b

RGB 19123675
HSL0.210.810.61
HSV77°68°93°
CMYK 0.190.000.68   0.07
XYZ52.751371.575317.6917
Yxy71.57530.37140.5040
Hunter Lab84.6022-36.755246.8230
CIE-Lab87.7638-36.358869.7674

#bfec4b color RGB value is (191,236,75).

#bfec4b hex color red value is 191, green value is 236 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfec4b hue: 0.21 , saturation: 0.81 and the lightness value of bfec4b is 0.61.

The process color (four color CMYK) of #bfec4b color hex is 0.19, 0.00, 0.68, 0.07. Web safe color of #bfec4b is #ccff33. Color #bfec4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 01001011
Octal 277 354 113
Decimal 191 236 75
Hex BF EC 4B

RGB Percentages of Color #bfec4b

%38.05
%47.01
%14.94

CMYK Percentages of Color #bfec4b

%19
%0
%68
%7

Triadic Colors of #bfec4b

#bfec4b #4bbfec #ec4bbf

Analogous Colors of #bfec4b

#bfec4b #6fec4b #ecc94b

Monochromatic Colors of #bfec4b

#bfec4b

Complementary Color

#bfec4b #784bec

#bfec4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec4b Color CSS Codes

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

#bfec4b Text Font Color

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

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


#bfec4b Background Color

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

This div background color is #bfec4b


#bfec4b Border Color

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

This div border color is #bfec4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec4b


Comments

No comments written yet.

Please login to write comment.