Color Hex Logo

#bfe136 Color Hex

#BFE136
(191,225,54)
0 Favorites   0 Comments

Color spaces of #bfe136

RGB 19122554
HSL0.200.740.55
HSV72°76°88°
CMYK 0.150.000.76   0.12
XYZ49.076965.193113.4869
Yxy65.19310.38410.5103
Hunter Lab80.7422-32.802746.6160
CIE-Lab84.5831-32.420173.7225

#bfe136 color RGB value is (191,225,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00110110
Octal 277 341 66
Decimal 191 225 54
Hex BF E1 36

RGB Percentages of Color #bfe136

%40.64
%47.87
%11.49

CMYK Percentages of Color #bfe136

%15
%0
%76
%12

Triadic Colors of #bfe136

#bfe136 #36bfe1 #e136bf

Analogous Colors of #bfe136

#bfe136 #6ae136 #e1ae36

Monochromatic Colors of #bfe136

#bfe136

Complementary Color

#bfe136 #5836e1

#bfe136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe136 Color CSS Codes

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

#bfe136 Text Font Color

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

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


#bfe136 Background Color

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

This div background color is #bfe136


#bfe136 Border Color

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

This div border color is #bfe136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe136


Comments

No comments written yet.

Please login to write comment.