Color Hex Logo

#bfe27b Color Hex

#BFE27B
(191,226,123)
0 Favorites   0 Comments

Color spaces of #bfe27b

RGB 191226123
HSL0.220.640.68
HSV80°46°89°
CMYK 0.150.000.46   0.11
XYZ52.257466.899128.8975
Yxy66.89910.35300.4519
Hunter Lab81.7919-29.090936.3068
CIE-Lab85.4530-27.684846.3912

#bfe27b color RGB value is (191,226,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 01111011
Octal 277 342 173
Decimal 191 226 123
Hex BF E2 7B

RGB Percentages of Color #bfe27b

%35.37
%41.85
%22.78

CMYK Percentages of Color #bfe27b

%15
%0
%46
%11

Triadic Colors of #bfe27b

#bfe27b #7bbfe2 #e27bbf

Analogous Colors of #bfe27b

#bfe27b #8ce27b #e2d27b

Monochromatic Colors of #bfe27b

#bfe27b

Complementary Color

#bfe27b #9e7be2

#bfe27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe27b Color CSS Codes

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

#bfe27b Text Font Color

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

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


#bfe27b Background Color

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

This div background color is #bfe27b


#bfe27b Border Color

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

This div border color is #bfe27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe27b


Comments

No comments written yet.

Please login to write comment.