Color Hex Logo

#bfe828 Color Hex

#BFE828
(191,232,40)
0 Favorites   0 Comments

Color spaces of #bfe828

RGB 19123240
HSL0.200.810.53
HSV73°83°91°
CMYK 0.180.000.83   0.09
XYZ50.725568.942812.6413
Yxy68.94280.38340.5211
Hunter Lab83.0318-36.257149.0956
CIE-Lab86.4757-36.135579.1143

#bfe828 color RGB value is (191,232,40).

#bfe828 hex color red value is 191, green value is 232 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bfe828 hue: 0.20 , saturation: 0.81 and the lightness value of bfe828 is 0.53.

The process color (four color CMYK) of #bfe828 color hex is 0.18, 0.00, 0.83, 0.09. Web safe color of #bfe828 is #ccff33. Color #bfe828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 00101000
Octal 277 350 50
Decimal 191 232 40
Hex BF E8 28

RGB Percentages of Color #bfe828

%41.25
%50.11
%8.64

CMYK Percentages of Color #bfe828

%18
%0
%83
%9

Triadic Colors of #bfe828

#bfe828 #28bfe8 #e828bf

Analogous Colors of #bfe828

#bfe828 #5fe828 #e8b128

Monochromatic Colors of #bfe828

#bfe828

Complementary Color

#bfe828 #5128e8

#bfe828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe828 Color CSS Codes

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

#bfe828 Text Font Color

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

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


#bfe828 Background Color

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

This div background color is #bfe828


#bfe828 Border Color

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

This div border color is #bfe828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe828


Comments

No comments written yet.

Please login to write comment.