Color Hex Logo

#bfe57c Color Hex

#BFE57C
(191,229,124)
0 Favorites   0 Comments

Color spaces of #bfe57c

RGB 191229124
HSL0.230.670.69
HSV82°46°90°
CMYK 0.170.000.46   0.10
XYZ53.143368.570229.5032
Yxy68.57020.35140.4535
Hunter Lab82.8071-30.356236.8407
CIE-Lab86.2908-28.994446.9439

#bfe57c color RGB value is (191,229,124).

#bfe57c hex color red value is 191, green value is 229 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfe57c hue: 0.23 , saturation: 0.67 and the lightness value of bfe57c is 0.69.

The process color (four color CMYK) of #bfe57c color hex is 0.17, 0.00, 0.46, 0.10. Web safe color of #bfe57c is #cccc66. Color #bfe57c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 01111100
Octal 277 345 174
Decimal 191 229 124
Hex BF E5 7C

RGB Percentages of Color #bfe57c

%35.11
%42.10
%22.79

CMYK Percentages of Color #bfe57c

%17
%0
%46
%10

Triadic Colors of #bfe57c

#bfe57c #7cbfe5 #e57cbf

Analogous Colors of #bfe57c

#bfe57c #8be57c #e5d77c

Monochromatic Colors of #bfe57c

#bfe57c

Complementary Color

#bfe57c #a27ce5

#bfe57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe57c Color CSS Codes

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

#bfe57c Text Font Color

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

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


#bfe57c Background Color

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

This div background color is #bfe57c


#bfe57c Border Color

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

This div border color is #bfe57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe57c


Comments

No comments written yet.

Please login to write comment.