Color Hex Logo

#bfe528 Color Hex

#BFE528
(191,229,40)
0 Favorites   0 Comments

Color spaces of #bfe528

RGB 19122940
HSL0.200.780.53
HSV72°83°90°
CMYK 0.170.000.83   0.10
XYZ49.888267.268212.3622
Yxy67.26820.38520.5194
Hunter Lab82.0172-34.954848.4754
CIE-Lab85.6392-34.773878.3954

#bfe528 color RGB value is (191,229,40).

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

The process color (four color CMYK) of #bfe528 color hex is 0.17, 0.00, 0.83, 0.10. Web safe color of #bfe528 is #cccc33. Color #bfe528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00101000
Octal 277 345 50
Decimal 191 229 40
Hex BF E5 28

RGB Percentages of Color #bfe528

%41.52
%49.78
%8.70

CMYK Percentages of Color #bfe528

%17
%0
%83
%10

Triadic Colors of #bfe528

#bfe528 #28bfe5 #e528bf

Analogous Colors of #bfe528

#bfe528 #61e528 #e5ad28

Monochromatic Colors of #bfe528

#bfe528

Complementary Color

#bfe528 #4e28e5

#bfe528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe528 Color CSS Codes

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

#bfe528 Text Font Color

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

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


#bfe528 Background Color

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

This div background color is #bfe528


#bfe528 Border Color

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

This div border color is #bfe528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe528


Comments

No comments written yet.

Please login to write comment.