Color Hex Logo

#bfe01d Color Hex

#BFE01D
(191,224,29)
0 Favorites   0 Comments

Color spaces of #bfe01d

RGB 19122429
HSL0.190.770.50
HSV70°87°88°
CMYK 0.150.000.87   0.12
XYZ48.363364.476411.0586
Yxy64.47640.39030.5204
Hunter Lab80.2972-33.008948.0426
CIE-Lab84.2132-32.779279.4681

#bfe01d color RGB value is (191,224,29).

#bfe01d hex color red value is 191, green value is 224 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfe01d hue: 0.19 , saturation: 0.77 and the lightness value of bfe01d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00011101
Octal 277 340 35
Decimal 191 224 29
Hex BF E0 1D

RGB Percentages of Color #bfe01d

%43.02
%50.45
%6.53

CMYK Percentages of Color #bfe01d

%15
%0
%87
%12

Triadic Colors of #bfe01d

#bfe01d #1dbfe0 #e01dbf

Analogous Colors of #bfe01d

#bfe01d #5de01d #e0a01d

Monochromatic Colors of #bfe01d

#bfe01d

Complementary Color

#bfe01d #3e1de0

#bfe01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe01d Color CSS Codes

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

#bfe01d Text Font Color

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

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


#bfe01d Background Color

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

This div background color is #bfe01d


#bfe01d Border Color

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

This div border color is #bfe01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe01d


Comments

No comments written yet.

Please login to write comment.