Color Hex Logo

#bfe17c Color Hex

#BFE17C
(191,225,124)
0 Favorites   0 Comments

Color spaces of #bfe17c

RGB 191225124
HSL0.220.630.68
HSV80°45°88°
CMYK 0.150.000.45   0.12
XYZ52.049266.382029.1385
Yxy66.38200.35270.4498
Hunter Lab81.4751-28.549435.8283
CIE-Lab85.1909-27.099945.5831

#bfe17c color RGB value is (191,225,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01111100
Octal 277 341 174
Decimal 191 225 124
Hex BF E1 7C

RGB Percentages of Color #bfe17c

%35.37
%41.67
%22.96

CMYK Percentages of Color #bfe17c

%15
%0
%45
%12

Triadic Colors of #bfe17c

#bfe17c #7cbfe1 #e17cbf

Analogous Colors of #bfe17c

#bfe17c #8de17c #e1d17c

Monochromatic Colors of #bfe17c

#bfe17c

Complementary Color

#bfe17c #9e7ce1

#bfe17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe17c Color CSS Codes

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

#bfe17c Text Font Color

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

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


#bfe17c Background Color

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

This div background color is #bfe17c


#bfe17c Border Color

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

This div border color is #bfe17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe17c


Comments

No comments written yet.

Please login to write comment.