Color Hex Logo

#bfe696 Color Hex

#BFE696
(191,230,150)
0 Favorites   0 Comments

Color spaces of #bfe696

RGB 191230150
HSL0.250.620.75
HSV89°35°90°
CMYK 0.170.000.35   0.10
XYZ55.287769.872039.4268
Yxy69.87200.33590.4245
Hunter Lab83.5895-28.218230.5472
CIE-Lab86.9340-26.299634.9203

#bfe696 color RGB value is (191,230,150).

#bfe696 hex color red value is 191, green value is 230 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfe696 hue: 0.25 , saturation: 0.62 and the lightness value of bfe696 is 0.75.

The process color (four color CMYK) of #bfe696 color hex is 0.17, 0.00, 0.35, 0.10. Web safe color of #bfe696 is #ccff99. Color #bfe696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 10010110
Octal 277 346 226
Decimal 191 230 150
Hex BF E6 96

RGB Percentages of Color #bfe696

%33.45
%40.28
%26.27

CMYK Percentages of Color #bfe696

%17
%0
%35
%10

Triadic Colors of #bfe696

#bfe696 #96bfe6 #e696bf

Analogous Colors of #bfe696

#bfe696 #97e696 #e6e596

Monochromatic Colors of #bfe696

#bfe696

Complementary Color

#bfe696 #bd96e6

#bfe696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe696 Color CSS Codes

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

#bfe696 Text Font Color

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

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


#bfe696 Background Color

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

This div background color is #bfe696


#bfe696 Border Color

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

This div border color is #bfe696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe696


Comments

No comments written yet.

Please login to write comment.