Color Hex Logo

#bfe63c Color Hex

#BFE63C
(191,230,60)
0 Favorites   0 Comments

Color spaces of #bfe63c

RGB 19123060
HSL0.200.770.57
HSV74°74°90°
CMYK 0.170.000.74   0.10
XYZ50.598367.996214.7327
Yxy67.99620.37950.5100
Hunter Lab82.4598-34.775047.1288
CIE-Lab86.0045-34.443973.1935

#bfe63c color RGB value is (191,230,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 00111100
Octal 277 346 74
Decimal 191 230 60
Hex BF E6 3C

RGB Percentages of Color #bfe63c

%39.71
%47.82
%12.47

CMYK Percentages of Color #bfe63c

%17
%0
%74
%10

Triadic Colors of #bfe63c

#bfe63c #3cbfe6 #e63cbf

Analogous Colors of #bfe63c

#bfe63c #6ae63c #e6b83c

Monochromatic Colors of #bfe63c

#bfe63c

Complementary Color

#bfe63c #633ce6

#bfe63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe63c Color CSS Codes

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

#bfe63c Text Font Color

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

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


#bfe63c Background Color

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

This div background color is #bfe63c


#bfe63c Border Color

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

This div border color is #bfe63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe63c


Comments

No comments written yet.

Please login to write comment.