Color Hex Logo

#bfea25 Color Hex

#BFEA25
(191,234,37)
0 Favorites   0 Comments

Color spaces of #bfea25

RGB 19123437
HSL0.200.820.53
HSV73°84°92°
CMYK 0.180.000.84   0.08
XYZ51.242670.055612.5716
Yxy70.05560.38280.5233
Hunter Lab83.6992-37.191849.6841
CIE-Lab87.0241-37.125980.2395

#bfea25 color RGB value is (191,234,37).

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

The process color (four color CMYK) of #bfea25 color hex is 0.18, 0.00, 0.84, 0.08. Web safe color of #bfea25 is #ccff33. Color #bfea25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 00100101
Octal 277 352 45
Decimal 191 234 37
Hex BF EA 25

RGB Percentages of Color #bfea25

%41.34
%50.65
%8.01

CMYK Percentages of Color #bfea25

%18
%0
%84
%8

Triadic Colors of #bfea25

#bfea25 #25bfea #ea25bf

Analogous Colors of #bfea25

#bfea25 #5dea25 #eab325

Monochromatic Colors of #bfea25

#bfea25

Complementary Color

#bfea25 #5025ea

#bfea25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfea25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfea25 Color CSS Codes

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

#bfea25 Text Font Color

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

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


#bfea25 Background Color

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

This div background color is #bfea25


#bfea25 Border Color

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

This div border color is #bfea25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfea25


Comments

No comments written yet.

Please login to write comment.