Color Hex Logo

#bfe27c Color Hex

#BFE27C
(191,226,124)
0 Favorites   0 Comments

Color spaces of #bfe27c

RGB 191226124
HSL0.220.640.69
HSV81°45°89°
CMYK 0.150.000.45   0.11
XYZ52.320366.924329.2289
Yxy66.92430.35240.4507
Hunter Lab81.8073-29.002136.0814
CIE-Lab85.4657-27.575545.9237

#bfe27c color RGB value is (191,226,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 01111100
Octal 277 342 174
Decimal 191 226 124
Hex BF E2 7C

RGB Percentages of Color #bfe27c

%35.30
%41.77
%22.92

CMYK Percentages of Color #bfe27c

%15
%0
%45
%11

Triadic Colors of #bfe27c

#bfe27c #7cbfe2 #e27cbf

Analogous Colors of #bfe27c

#bfe27c #8ce27c #e2d27c

Monochromatic Colors of #bfe27c

#bfe27c

Complementary Color

#bfe27c #9f7ce2

#bfe27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe27c Color CSS Codes

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

#bfe27c Text Font Color

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

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


#bfe27c Background Color

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

This div background color is #bfe27c


#bfe27c Border Color

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

This div border color is #bfe27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe27c


Comments

No comments written yet.

Please login to write comment.