Color Hex Logo

#bfe825 Color Hex

#BFE825
(191,232,37)
0 Favorites   0 Comments

Color spaces of #bfe825

RGB 19123237
HSL0.200.810.53
HSV73°84°91°
CMYK 0.180.000.84   0.09
XYZ50.676468.923212.3828
Yxy68.92320.38400.5222
Hunter Lab83.0200-36.326549.2706
CIE-Lab86.4660-36.224679.7672

#bfe825 color RGB value is (191,232,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 00100101
Octal 277 350 45
Decimal 191 232 37
Hex BF E8 25

RGB Percentages of Color #bfe825

%41.52
%50.43
%8.04

CMYK Percentages of Color #bfe825

%18
%0
%84
%9

Triadic Colors of #bfe825

#bfe825 #25bfe8 #e825bf

Analogous Colors of #bfe825

#bfe825 #5ee825 #e8b025

Monochromatic Colors of #bfe825

#bfe825

Complementary Color

#bfe825 #4e25e8

#bfe825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe825 Color CSS Codes

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

#bfe825 Text Font Color

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

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


#bfe825 Background Color

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

This div background color is #bfe825


#bfe825 Border Color

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

This div border color is #bfe825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe825


Comments

No comments written yet.

Please login to write comment.