Color Hex Logo

#bfe006 Color Hex

#BFE006
(191,224,6)
0 Favorites   0 Comments

Color spaces of #bfe006

RGB 1912246
HSL0.190.950.45
HSV69°97°88°
CMYK 0.150.000.97   0.12
XYZ48.174464.400810.0638
Yxy64.40080.39280.5251
Hunter Lab80.2501-33.283648.7398
CIE-Lab84.1740-33.130782.2870

#bfe006 color RGB value is (191,224,6).

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

The process color (four color CMYK) of #bfe006 color hex is 0.15, 0.00, 0.97, 0.12. Web safe color of #bfe006 is #cccc00. Color #bfe006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00000110
Octal 277 340 6
Decimal 191 224 6
Hex BF E0 6

RGB Percentages of Color #bfe006

%45.37
%53.21
%1.43

CMYK Percentages of Color #bfe006

%15
%0
%97
%12

Triadic Colors of #bfe006

#bfe006 #06bfe0 #e006bf

Analogous Colors of #bfe006

#bfe006 #52e006 #e09406

Monochromatic Colors of #bfe006

#bfe006

Complementary Color

#bfe006 #2706e0

#bfe006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe006 Color CSS Codes

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

#bfe006 Text Font Color

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

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


#bfe006 Background Color

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

This div background color is #bfe006


#bfe006 Border Color

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

This div border color is #bfe006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe006


Comments

No comments written yet.

Please login to write comment.