Color Hex Logo

#bfe601 Color Hex

#BFE601
(191,230,1)
0 Favorites   0 Comments

Color spaces of #bfe601

RGB 1912301
HSL0.200.990.45
HSV70°100°90°
CMYK 0.170.001.00   0.10
XYZ49.788267.672210.4666
Yxy67.67220.38920.5290
Hunter Lab82.2631-35.926750.0405
CIE-Lab85.8423-35.918783.9726

#bfe601 color RGB value is (191,230,1).

#bfe601 hex color red value is 191, green value is 230 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bfe601 hue: 0.20 , saturation: 0.99 and the lightness value of bfe601 is 0.45.

The process color (four color CMYK) of #bfe601 color hex is 0.17, 0.00, 1.00, 0.10. Web safe color of #bfe601 is #ccff00. Color #bfe601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 00000001
Octal 277 346 1
Decimal 191 230 1
Hex BF E6 1

RGB Percentages of Color #bfe601

%45.26
%54.50
%0.24

CMYK Percentages of Color #bfe601

%17
%0
%100
%10

Triadic Colors of #bfe601

#bfe601 #01bfe6 #e601bf

Analogous Colors of #bfe601

#bfe601 #4de601 #e69b01

Monochromatic Colors of #bfe601

#bfe601

Complementary Color

#bfe601 #2801e6

#bfe601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe601 Color CSS Codes

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

#bfe601 Text Font Color

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

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


#bfe601 Background Color

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

This div background color is #bfe601


#bfe601 Border Color

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

This div border color is #bfe601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe601


Comments

No comments written yet.

Please login to write comment.