Color Hex Logo

#bfe13e Color Hex

#BFE13E
(191,225,62)
0 Favorites   0 Comments

Color spaces of #bfe13e

RGB 19122562
HSL0.200.730.56
HSV73°72°88°
CMYK 0.150.000.72   0.12
XYZ49.280665.274614.5593
Yxy65.27460.38170.5056
Hunter Lab80.7927-32.508745.8705
CIE-Lab84.6250-32.046571.2194

#bfe13e color RGB value is (191,225,62).

#bfe13e hex color red value is 191, green value is 225 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfe13e hue: 0.20 , saturation: 0.73 and the lightness value of bfe13e is 0.56.

The process color (four color CMYK) of #bfe13e color hex is 0.15, 0.00, 0.72, 0.12. Web safe color of #bfe13e is #cccc33. Color #bfe13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00111110
Octal 277 341 76
Decimal 191 225 62
Hex BF E1 3E

RGB Percentages of Color #bfe13e

%39.96
%47.07
%12.97

CMYK Percentages of Color #bfe13e

%15
%0
%72
%12

Triadic Colors of #bfe13e

#bfe13e #3ebfe1 #e13ebf

Analogous Colors of #bfe13e

#bfe13e #6ee13e #e1b23e

Monochromatic Colors of #bfe13e

#bfe13e

Complementary Color

#bfe13e #603ee1

#bfe13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe13e Color CSS Codes

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

#bfe13e Text Font Color

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

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


#bfe13e Background Color

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

This div background color is #bfe13e


#bfe13e Border Color

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

This div border color is #bfe13e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,225,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 #bfe13e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe13e

#bfe13e Color Palettes


Comments

No comments written yet.

Please login to write comment.