Color Hex Logo

#bfe195 Color Hex

#BFE195
(191,225,149)
0 Favorites   0 Comments

Color spaces of #bfe195

RGB 191225149
HSL0.240.560.73
HSV87°34°88°
CMYK 0.150.000.34   0.12
XYZ53.835967.096738.5473
Yxy67.09670.33760.4207
Hunter Lab81.9126-26.030429.4375
CIE-Lab85.5528-24.031533.6068

#bfe195 color RGB value is (191,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10010101
Octal 277 341 225
Decimal 191 225 149
Hex BF E1 95

RGB Percentages of Color #bfe195

%33.81
%39.82
%26.37

CMYK Percentages of Color #bfe195

%15
%0
%34
%12

Triadic Colors of #bfe195

#bfe195 #95bfe1 #e195bf

Analogous Colors of #bfe195

#bfe195 #99e195 #e1dd95

Monochromatic Colors of #bfe195

#bfe195

Complementary Color

#bfe195 #b795e1

#bfe195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe195 Color CSS Codes

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

#bfe195 Text Font Color

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

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


#bfe195 Background Color

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

This div background color is #bfe195


#bfe195 Border Color

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

This div border color is #bfe195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe195


Comments

No comments written yet.

Please login to write comment.