Color Hex Logo

#bfe63d Color Hex

#BFE63D
(191,230,61)
0 Favorites   0 Comments

Color spaces of #bfe63d

RGB 19123061
HSL0.210.770.57
HSV74°73°90°
CMYK 0.170.000.73   0.10
XYZ50.625068.006914.8733
Yxy68.00690.37920.5094
Hunter Lab82.4663-34.737247.0331
CIE-Lab86.0099-34.395772.8771

#bfe63d color RGB value is (191,230,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 00111101
Octal 277 346 75
Decimal 191 230 61
Hex BF E6 3D

RGB Percentages of Color #bfe63d

%39.63
%47.72
%12.66

CMYK Percentages of Color #bfe63d

%17
%0
%73
%10

Triadic Colors of #bfe63d

#bfe63d #3dbfe6 #e63dbf

Analogous Colors of #bfe63d

#bfe63d #6be63d #e6b93d

Monochromatic Colors of #bfe63d

#bfe63d

Complementary Color

#bfe63d #643de6

#bfe63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe63d Color CSS Codes

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

#bfe63d Text Font Color

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

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


#bfe63d Background Color

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

This div background color is #bfe63d


#bfe63d Border Color

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

This div border color is #bfe63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe63d


Comments

No comments written yet.

Please login to write comment.