Color Hex Logo

#bfec3a Color Hex

#BFEC3A
(191,236,58)
0 Favorites   0 Comments

Color spaces of #bfec3a

RGB 19123658
HSL0.210.820.58
HSV75°75°93°
CMYK 0.190.000.75   0.07
XYZ52.245071.372815.0257
Yxy71.37280.37680.5148
Hunter Lab84.4824-37.457648.5926
CIE-Lab87.6658-37.255475.3815

#bfec3a color RGB value is (191,236,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 00111010
Octal 277 354 72
Decimal 191 236 58
Hex BF EC 3A

RGB Percentages of Color #bfec3a

%39.38
%48.66
%11.96

CMYK Percentages of Color #bfec3a

%19
%0
%75
%7

Triadic Colors of #bfec3a

#bfec3a #3abfec #ec3abf

Analogous Colors of #bfec3a

#bfec3a #66ec3a #ecc03a

Monochromatic Colors of #bfec3a

#bfec3a

Complementary Color

#bfec3a #673aec

#bfec3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfec3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfec3a Color CSS Codes

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

#bfec3a Text Font Color

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

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


#bfec3a Background Color

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

This div background color is #bfec3a


#bfec3a Border Color

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

This div border color is #bfec3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfec3a


Comments

No comments written yet.

Please login to write comment.