Color Hex Logo

#bfe463 Color Hex

#BFE463
(191,228,99)
0 Favorites   0 Comments

Color spaces of #bfe463

RGB 19122899
HSL0.210.700.64
HSV77°57°89°
CMYK 0.160.000.57   0.11
XYZ51.481467.464022.1129
Yxy67.46400.36500.4783
Hunter Lab82.1365-31.858841.5334
CIE-Lab85.7377-30.949957.8502

#bfe463 color RGB value is (191,228,99).

#bfe463 hex color red value is 191, green value is 228 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bfe463 hue: 0.21 , saturation: 0.70 and the lightness value of bfe463 is 0.64.

The process color (four color CMYK) of #bfe463 color hex is 0.16, 0.00, 0.57, 0.11. Web safe color of #bfe463 is #cccc66. Color #bfe463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01100011
Octal 277 344 143
Decimal 191 228 99
Hex BF E4 63

RGB Percentages of Color #bfe463

%36.87
%44.02
%19.11

CMYK Percentages of Color #bfe463

%16
%0
%57
%11

Triadic Colors of #bfe463

#bfe463 #63bfe4 #e463bf

Analogous Colors of #bfe463

#bfe463 #7fe463 #e4c963

Monochromatic Colors of #bfe463

#bfe463

Complementary Color

#bfe463 #8863e4

#bfe463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe463 Color CSS Codes

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

#bfe463 Text Font Color

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

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


#bfe463 Background Color

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

This div background color is #bfe463


#bfe463 Border Color

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

This div border color is #bfe463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe463


Comments

No comments written yet.

Please login to write comment.