Color Hex Logo

#bfe171 Color Hex

#BFE171
(191,225,113)
0 Favorites   0 Comments

Color spaces of #bfe171

RGB 191225113
HSL0.220.650.66
HSV78°50°88°
CMYK 0.150.000.50   0.12
XYZ51.391766.119025.6764
Yxy66.11900.35890.4618
Hunter Lab81.3136-29.483538.1975
CIE-Lab85.0571-28.252950.6735

#bfe171 color RGB value is (191,225,113).

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

The process color (four color CMYK) of #bfe171 color hex is 0.15, 0.00, 0.50, 0.12. Web safe color of #bfe171 is #cccc66. Color #bfe171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01110001
Octal 277 341 161
Decimal 191 225 113
Hex BF E1 71

RGB Percentages of Color #bfe171

%36.11
%42.53
%21.36

CMYK Percentages of Color #bfe171

%15
%0
%50
%12

Triadic Colors of #bfe171

#bfe171 #71bfe1 #e171bf

Analogous Colors of #bfe171

#bfe171 #87e171 #e1cb71

Monochromatic Colors of #bfe171

#bfe171

Complementary Color

#bfe171 #9371e1

#bfe171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe171 Color CSS Codes

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

#bfe171 Text Font Color

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

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


#bfe171 Background Color

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

This div background color is #bfe171


#bfe171 Border Color

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

This div border color is #bfe171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe171


Comments

No comments written yet.

Please login to write comment.