Color Hex Logo

#bfe523 Color Hex

#BFE523
(191,229,35)
0 Favorites   0 Comments

Color spaces of #bfe523

RGB 19122935
HSL0.200.790.52
HSV72°85°90°
CMYK 0.170.000.85   0.10
XYZ49.808567.236311.9428
Yxy67.23630.38610.5213
Hunter Lab81.9977-35.068548.7630
CIE-Lab85.6231-34.919479.4756

#bfe523 color RGB value is (191,229,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00100011
Octal 277 345 43
Decimal 191 229 35
Hex BF E5 23

RGB Percentages of Color #bfe523

%41.98
%50.33
%7.69

CMYK Percentages of Color #bfe523

%17
%0
%85
%10

Triadic Colors of #bfe523

#bfe523 #23bfe5 #e523bf

Analogous Colors of #bfe523

#bfe523 #5ee523 #e5aa23

Monochromatic Colors of #bfe523

#bfe523

Complementary Color

#bfe523 #4923e5

#bfe523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe523 Color CSS Codes

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

#bfe523 Text Font Color

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

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


#bfe523 Background Color

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

This div background color is #bfe523


#bfe523 Border Color

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

This div border color is #bfe523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe523


Comments

No comments written yet.

Please login to write comment.