Color Hex Logo

#bfe017 Color Hex

#BFE017
(191,224,23)
0 Favorites   0 Comments

Color spaces of #bfe017

RGB 19122423
HSL0.190.810.48
HSV70°90°88°
CMYK 0.150.000.90   0.12
XYZ48.296264.449510.7051
Yxy64.44950.39120.5221
Hunter Lab80.2804-33.106348.2902
CIE-Lab84.1993-32.903880.4492

#bfe017 color RGB value is (191,224,23).

#bfe017 hex color red value is 191, green value is 224 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bfe017 hue: 0.19 , saturation: 0.81 and the lightness value of bfe017 is 0.48.

The process color (four color CMYK) of #bfe017 color hex is 0.15, 0.00, 0.90, 0.12. Web safe color of #bfe017 is #cccc00. Color #bfe017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00010111
Octal 277 340 27
Decimal 191 224 23
Hex BF E0 17

RGB Percentages of Color #bfe017

%43.61
%51.14
%5.25

CMYK Percentages of Color #bfe017

%15
%0
%90
%12

Triadic Colors of #bfe017

#bfe017 #17bfe0 #e017bf

Analogous Colors of #bfe017

#bfe017 #5be017 #e09d17

Monochromatic Colors of #bfe017

#bfe017

Complementary Color

#bfe017 #3817e0

#bfe017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe017 Color CSS Codes

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

#bfe017 Text Font Color

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

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


#bfe017 Background Color

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

This div background color is #bfe017


#bfe017 Border Color

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

This div border color is #bfe017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe017


Comments

No comments written yet.

Please login to write comment.