Color Hex Logo

#bfe471 Color Hex

#BFE471
(191,228,113)
0 Favorites   0 Comments

Color spaces of #bfe471

RGB 191228113
HSL0.220.680.67
HSV79°50°89°
CMYK 0.160.000.50   0.11
XYZ52.209967.755425.9491
Yxy67.75540.35780.4644
Hunter Lab82.3137-30.830038.9286
CIE-Lab85.8840-29.666951.6633

#bfe471 color RGB value is (191,228,113).

#bfe471 hex color red value is 191, green value is 228 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfe471 hue: 0.22 , saturation: 0.68 and the lightness value of bfe471 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01110001
Octal 277 344 161
Decimal 191 228 113
Hex BF E4 71

RGB Percentages of Color #bfe471

%35.90
%42.86
%21.24

CMYK Percentages of Color #bfe471

%16
%0
%50
%11

Triadic Colors of #bfe471

#bfe471 #71bfe4 #e471bf

Analogous Colors of #bfe471

#bfe471 #86e471 #e4d071

Monochromatic Colors of #bfe471

#bfe471

Complementary Color

#bfe471 #9671e4

#bfe471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe471 Color CSS Codes

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

#bfe471 Text Font Color

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

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


#bfe471 Background Color

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

This div background color is #bfe471


#bfe471 Border Color

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

This div border color is #bfe471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe471


Comments

No comments written yet.

Please login to write comment.