Color Hex Logo

#bfe383 Color Hex

#BFE383
(191,227,131)
0 Favorites   0 Comments

Color spaces of #bfe383

RGB 191227131
HSL0.230.630.70
HSV83°42°89°
CMYK 0.160.000.42   0.11
XYZ53.051767.653231.7350
Yxy67.65320.34800.4438
Hunter Lab82.2516-28.809034.7003
CIE-Lab85.8327-27.256942.9698

#bfe383 color RGB value is (191,227,131).

#bfe383 hex color red value is 191, green value is 227 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bfe383 hue: 0.23 , saturation: 0.63 and the lightness value of bfe383 is 0.70.

The process color (four color CMYK) of #bfe383 color hex is 0.16, 0.00, 0.42, 0.11. Web safe color of #bfe383 is #cccc99. Color #bfe383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10000011
Octal 277 343 203
Decimal 191 227 131
Hex BF E3 83

RGB Percentages of Color #bfe383

%34.79
%41.35
%23.86

CMYK Percentages of Color #bfe383

%16
%0
%42
%11

Triadic Colors of #bfe383

#bfe383 #83bfe3 #e383bf

Analogous Colors of #bfe383

#bfe383 #8fe383 #e3d783

Monochromatic Colors of #bfe383

#bfe383

Complementary Color

#bfe383 #a783e3

#bfe383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe383 Color CSS Codes

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

#bfe383 Text Font Color

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

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


#bfe383 Background Color

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

This div background color is #bfe383


#bfe383 Border Color

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

This div border color is #bfe383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe383


Comments

No comments written yet.

Please login to write comment.