Color Hex Logo

#bfe17e Color Hex

#BFE17E
(191,225,126)
0 Favorites   0 Comments

Color spaces of #bfe17e

RGB 191225126
HSL0.220.620.69
HSV81°44°88°
CMYK 0.150.000.44   0.12
XYZ52.177066.433229.8115
Yxy66.43320.35150.4476
Hunter Lab81.5066-28.368535.3689
CIE-Lab85.2169-26.877544.6432

#bfe17e color RGB value is (191,225,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01111110
Octal 277 341 176
Decimal 191 225 126
Hex BF E1 7E

RGB Percentages of Color #bfe17e

%35.24
%41.51
%23.25

CMYK Percentages of Color #bfe17e

%15
%0
%44
%12

Triadic Colors of #bfe17e

#bfe17e #7ebfe1 #e17ebf

Analogous Colors of #bfe17e

#bfe17e #8ee17e #e1d27e

Monochromatic Colors of #bfe17e

#bfe17e

Complementary Color

#bfe17e #a07ee1

#bfe17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe17e Color CSS Codes

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

#bfe17e Text Font Color

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

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


#bfe17e Background Color

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

This div background color is #bfe17e


#bfe17e Border Color

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

This div border color is #bfe17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe17e


Comments

No comments written yet.

Please login to write comment.