Color Hex Logo

#bfe19b Color Hex

#BFE19B
(191,225,155)
0 Favorites   0 Comments

Color spaces of #bfe19b

RGB 191225155
HSL0.250.540.75
HSV89°31°88°
CMYK 0.150.000.31   0.12
XYZ54.327567.293441.1359
Yxy67.29340.33380.4135
Hunter Lab82.0326-25.342227.6913
CIE-Lab85.6519-23.203430.6790

#bfe19b color RGB value is (191,225,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10011011
Octal 277 341 233
Decimal 191 225 155
Hex BF E1 9B

RGB Percentages of Color #bfe19b

%33.45
%39.40
%27.15

CMYK Percentages of Color #bfe19b

%15
%0
%31
%12

Triadic Colors of #bfe19b

#bfe19b #9bbfe1 #e19bbf

Analogous Colors of #bfe19b

#bfe19b #9ce19b #e1e09b

Monochromatic Colors of #bfe19b

#bfe19b

Complementary Color

#bfe19b #bd9be1

#bfe19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe19b Color CSS Codes

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

#bfe19b Text Font Color

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

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


#bfe19b Background Color

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

This div background color is #bfe19b


#bfe19b Border Color

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

This div border color is #bfe19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe19b


Comments

No comments written yet.

Please login to write comment.