Color Hex Logo

#bfe746 Color Hex

#BFE746
(191,231,70)
0 Favorites   0 Comments

Color spaces of #bfe746

RGB 19123170
HSL0.210.770.59
HSV75°70°91°
CMYK 0.170.000.70   0.09
XYZ51.167368.670416.3523
Yxy68.67040.37570.5042
Hunter Lab82.8676-34.802046.3076
CIE-Lab86.3406-34.379070.1404

#bfe746 color RGB value is (191,231,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01000110
Octal 277 347 106
Decimal 191 231 70
Hex BF E7 46

RGB Percentages of Color #bfe746

%38.82
%46.95
%14.23

CMYK Percentages of Color #bfe746

%17
%0
%70
%9

Triadic Colors of #bfe746

#bfe746 #46bfe7 #e746bf

Analogous Colors of #bfe746

#bfe746 #6fe746 #e7bf46

Monochromatic Colors of #bfe746

#bfe746

Complementary Color

#bfe746 #6e46e7

#bfe746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe746 Color CSS Codes

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

#bfe746 Text Font Color

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

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


#bfe746 Background Color

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

This div background color is #bfe746


#bfe746 Border Color

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

This div border color is #bfe746


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,231,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 #bfe746">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe746


Comments

No comments written yet.

Please login to write comment.