Color Hex Logo

#bfe196 Color Hex

#BFE196
(191,225,150)
0 Favorites   0 Comments

Color spaces of #bfe196

RGB 191225150
HSL0.240.560.74
HSV87°33°88°
CMYK 0.150.000.33   0.12
XYZ53.916167.128838.9696
Yxy67.12880.33690.4195
Hunter Lab81.9322-25.918029.1523
CIE-Lab85.5689-23.896033.1199

#bfe196 color RGB value is (191,225,150).

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

The process color (four color CMYK) of #bfe196 color hex is 0.15, 0.00, 0.33, 0.12. Web safe color of #bfe196 is #cccc99. Color #bfe196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10010110
Octal 277 341 226
Decimal 191 225 150
Hex BF E1 96

RGB Percentages of Color #bfe196

%33.75
%39.75
%26.50

CMYK Percentages of Color #bfe196

%15
%0
%33
%12

Triadic Colors of #bfe196

#bfe196 #96bfe1 #e196bf

Analogous Colors of #bfe196

#bfe196 #9ae196 #e1de96

Monochromatic Colors of #bfe196

#bfe196

Complementary Color

#bfe196 #b896e1

#bfe196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe196 Color CSS Codes

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

#bfe196 Text Font Color

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

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


#bfe196 Background Color

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

This div background color is #bfe196


#bfe196 Border Color

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

This div border color is #bfe196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe196


Comments

No comments written yet.

Please login to write comment.