Color Hex Logo

#bfe70c Color Hex

#BFE70C
(191,231,12)
0 Favorites   0 Comments

Color spaces of #bfe70c

RGB 19123112
HSL0.200.900.48
HSV71°95°91°
CMYK 0.170.000.95   0.09
XYZ50.128168.254710.8803
Yxy68.25470.38780.5280
Hunter Lab82.6164-36.272550.0232
CIE-Lab86.1336-36.259583.2835

#bfe70c color RGB value is (191,231,12).

#bfe70c hex color red value is 191, green value is 231 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bfe70c hue: 0.20 , saturation: 0.90 and the lightness value of bfe70c is 0.48.

The process color (four color CMYK) of #bfe70c color hex is 0.17, 0.00, 0.95, 0.09. Web safe color of #bfe70c is #ccff00. Color #bfe70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 00001100
Octal 277 347 14
Decimal 191 231 12
Hex BF E7 C

RGB Percentages of Color #bfe70c

%44.01
%53.23
%2.76

CMYK Percentages of Color #bfe70c

%17
%0
%95
%9

Triadic Colors of #bfe70c

#bfe70c #0cbfe7 #e70cbf

Analogous Colors of #bfe70c

#bfe70c #52e70c #e7a20c

Monochromatic Colors of #bfe70c

#bfe70c

Complementary Color

#bfe70c #340ce7

#bfe70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe70c Color CSS Codes

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

#bfe70c Text Font Color

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

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


#bfe70c Background Color

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

This div background color is #bfe70c


#bfe70c Border Color

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

This div border color is #bfe70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe70c


Comments

No comments written yet.

Please login to write comment.