Color Hex Logo

#bfe971 Color Hex

#BFE971
(191,233,113)
0 Favorites   0 Comments

Color spaces of #bfe971

RGB 191233113
HSL0.230.730.68
HSV81°52°91°
CMYK 0.180.000.52   0.09
XYZ53.605470.546426.4143
Yxy70.54640.35600.4685
Hunter Lab83.9919-33.063440.1484
CIE-Lab87.2642-31.999553.3063

#bfe971 color RGB value is (191,233,113).

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

The process color (four color CMYK) of #bfe971 color hex is 0.18, 0.00, 0.52, 0.09. Web safe color of #bfe971 is #ccff66. Color #bfe971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 01110001
Octal 277 351 161
Decimal 191 233 113
Hex BF E9 71

RGB Percentages of Color #bfe971

%35.57
%43.39
%21.04

CMYK Percentages of Color #bfe971

%18
%0
%52
%9

Triadic Colors of #bfe971

#bfe971 #71bfe9 #e971bf

Analogous Colors of #bfe971

#bfe971 #83e971 #e9d771

Monochromatic Colors of #bfe971

#bfe971

Complementary Color

#bfe971 #9b71e9

#bfe971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe971 Color CSS Codes

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

#bfe971 Text Font Color

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

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


#bfe971 Background Color

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

This div background color is #bfe971


#bfe971 Border Color

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

This div border color is #bfe971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe971


Comments

No comments written yet.

Please login to write comment.