Color Hex Logo

#bfe35f Color Hex

#BFE35F
(191,227,95)
0 Favorites   0 Comments

Color spaces of #bfe35f

RGB 19122795
HSL0.210.700.63
HSV76°58°89°
CMYK 0.160.000.58   0.11
XYZ51.020566.840821.0390
Yxy66.84080.36730.4812
Hunter Lab81.7562-31.679341.9718
CIE-Lab85.4235-30.815459.2431

#bfe35f color RGB value is (191,227,95).

#bfe35f hex color red value is 191, green value is 227 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfe35f hue: 0.21 , saturation: 0.70 and the lightness value of bfe35f is 0.63.

The process color (four color CMYK) of #bfe35f color hex is 0.16, 0.00, 0.58, 0.11. Web safe color of #bfe35f is #cccc66. Color #bfe35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 01011111
Octal 277 343 137
Decimal 191 227 95
Hex BF E3 5F

RGB Percentages of Color #bfe35f

%37.23
%44.25
%18.52

CMYK Percentages of Color #bfe35f

%16
%0
%58
%11

Triadic Colors of #bfe35f

#bfe35f #5fbfe3 #e35fbf

Analogous Colors of #bfe35f

#bfe35f #7de35f #e3c55f

Monochromatic Colors of #bfe35f

#bfe35f

Complementary Color

#bfe35f #835fe3

#bfe35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe35f Color CSS Codes

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

#bfe35f Text Font Color

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

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


#bfe35f Background Color

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

This div background color is #bfe35f


#bfe35f Border Color

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

This div border color is #bfe35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe35f


Comments

No comments written yet.

Please login to write comment.