Color Hex Logo

#bfe646 Color Hex

#BFE646
(191,230,70)
0 Favorites   0 Comments

Color spaces of #bfe646

RGB 19123070
HSL0.210.760.59
HSV75°70°90°
CMYK 0.170.000.70   0.10
XYZ50.888268.112216.2592
Yxy68.11220.37620.5036
Hunter Lab82.5301-34.364346.0904
CIE-Lab86.0625-33.921469.8631

#bfe646 color RGB value is (191,230,70).

#bfe646 hex color red value is 191, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bfe646 hue: 0.21 , saturation: 0.76 and the lightness value of bfe646 is 0.59.

The process color (four color CMYK) of #bfe646 color hex is 0.17, 0.00, 0.70, 0.10. Web safe color of #bfe646 is #ccff33. Color #bfe646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01000110
Octal 277 346 106
Decimal 191 230 70
Hex BF E6 46

RGB Percentages of Color #bfe646

%38.90
%46.84
%14.26

CMYK Percentages of Color #bfe646

%17
%0
%70
%10

Triadic Colors of #bfe646

#bfe646 #46bfe6 #e646bf

Analogous Colors of #bfe646

#bfe646 #6fe646 #e6bd46

Monochromatic Colors of #bfe646

#bfe646

Complementary Color

#bfe646 #6d46e6

#bfe646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe646 Color CSS Codes

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

#bfe646 Text Font Color

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

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


#bfe646 Background Color

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

This div background color is #bfe646


#bfe646 Border Color

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

This div border color is #bfe646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe646


Comments

No comments written yet.

Please login to write comment.