Color Hex Logo

#bfe02d Color Hex

#BFE02D
(191,224,45)
0 Favorites   0 Comments

Color spaces of #bfe02d

RGB 19122445
HSL0.200.740.53
HSV71°80°88°
CMYK 0.150.000.80   0.12
XYZ48.615264.577112.3850
Yxy64.57710.38710.5142
Hunter Lab80.3599-32.642947.1142
CIE-Lab84.2653-32.312175.9672

#bfe02d color RGB value is (191,224,45).

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

The process color (four color CMYK) of #bfe02d color hex is 0.15, 0.00, 0.80, 0.12. Web safe color of #bfe02d is #cccc33. Color #bfe02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00101101
Octal 277 340 55
Decimal 191 224 45
Hex BF E0 2D

RGB Percentages of Color #bfe02d

%41.52
%48.70
%9.78

CMYK Percentages of Color #bfe02d

%15
%0
%80
%12

Triadic Colors of #bfe02d

#bfe02d #2dbfe0 #e02dbf

Analogous Colors of #bfe02d

#bfe02d #66e02d #e0a82d

Monochromatic Colors of #bfe02d

#bfe02d

Complementary Color

#bfe02d #4e2de0

#bfe02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe02d Color CSS Codes

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

#bfe02d Text Font Color

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

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


#bfe02d Background Color

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

This div background color is #bfe02d


#bfe02d Border Color

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

This div border color is #bfe02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe02d


Comments

No comments written yet.

Please login to write comment.