Color Hex Logo

#bfe728 Color Hex

#BFE728
(191,231,40)
0 Favorites   0 Comments

Color spaces of #bfe728

RGB 19123140
HSL0.200.800.53
HSV73°83°91°
CMYK 0.170.000.83   0.09
XYZ50.444868.381412.5477
Yxy68.38140.38400.5205
Hunter Lab82.6930-35.823448.8886
CIE-Lab86.1968-35.682878.8748

#bfe728 color RGB value is (191,231,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 00101000
Octal 277 347 50
Decimal 191 231 40
Hex BF E7 28

RGB Percentages of Color #bfe728

%41.34
%50.00
%8.66

CMYK Percentages of Color #bfe728

%17
%0
%83
%9

Triadic Colors of #bfe728

#bfe728 #28bfe7 #e728bf

Analogous Colors of #bfe728

#bfe728 #5fe728 #e7b028

Monochromatic Colors of #bfe728

#bfe728

Complementary Color

#bfe728 #5028e7

#bfe728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe728 Color CSS Codes

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

#bfe728 Text Font Color

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

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


#bfe728 Background Color

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

This div background color is #bfe728


#bfe728 Border Color

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

This div border color is #bfe728


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,231,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 #bfe728">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe728

#bfe728 Color Palettes


Comments

No comments written yet.

Please login to write comment.