Color Hex Logo

#bfe272 Color Hex

#BFE272
(191,226,114)
0 Favorites   0 Comments

Color spaces of #bfe272

RGB 191226114
HSL0.220.660.67
HSV79°50°89°
CMYK 0.150.000.50   0.11
XYZ51.719566.684026.0650
Yxy66.68400.35800.4616
Hunter Lab81.6603-29.852638.2375
CIE-Lab85.3441-28.625950.5481

#bfe272 color RGB value is (191,226,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 01110010
Octal 277 342 162
Decimal 191 226 114
Hex BF E2 72

RGB Percentages of Color #bfe272

%35.97
%42.56
%21.47

CMYK Percentages of Color #bfe272

%15
%0
%50
%11

Triadic Colors of #bfe272

#bfe272 #72bfe2 #e272bf

Analogous Colors of #bfe272

#bfe272 #87e272 #e2cd72

Monochromatic Colors of #bfe272

#bfe272

Complementary Color

#bfe272 #9572e2

#bfe272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe272 Color CSS Codes

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

#bfe272 Text Font Color

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

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


#bfe272 Background Color

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

This div background color is #bfe272


#bfe272 Border Color

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

This div border color is #bfe272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe272


Comments

No comments written yet.

Please login to write comment.