Color Hex Logo

#bfea0f Color Hex

#BFEA0F
(191,234,15)
0 Favorites   0 Comments

Color spaces of #bfea0f

RGB 19123415
HSL0.200.880.49
HSV72°94°92°
CMYK 0.180.000.94   0.08
XYZ50.994969.956511.2672
Yxy69.95650.38570.5291
Hunter Lab83.6400-37.539450.5610
CIE-Lab86.9755-37.573283.6477

#bfea0f color RGB value is (191,234,15).

#bfea0f hex color red value is 191, green value is 234 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bfea0f hue: 0.20 , saturation: 0.88 and the lightness value of bfea0f is 0.49.

The process color (four color CMYK) of #bfea0f color hex is 0.18, 0.00, 0.94, 0.08. Web safe color of #bfea0f is #ccff00. Color #bfea0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 00001111
Octal 277 352 17
Decimal 191 234 15
Hex BF EA F

RGB Percentages of Color #bfea0f

%43.41
%53.18
%3.41

CMYK Percentages of Color #bfea0f

%18
%0
%94
%8

Triadic Colors of #bfea0f

#bfea0f #0fbfea #ea0fbf

Analogous Colors of #bfea0f

#bfea0f #52ea0f #eaa80f

Monochromatic Colors of #bfea0f

#bfea0f

Complementary Color

#bfea0f #3a0fea

#bfea0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfea0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfea0f Color CSS Codes

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

#bfea0f Text Font Color

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

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


#bfea0f Background Color

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

This div background color is #bfea0f


#bfea0f Border Color

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

This div border color is #bfea0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfea0f


Comments

No comments written yet.

Please login to write comment.