Color Hex Logo

#bfe626 Color Hex

#BFE626
(191,230,38)
0 Favorites   0 Comments

Color spaces of #bfe626

RGB 19123038
HSL0.200.790.53
HSV72°83°90°
CMYK 0.170.000.83   0.10
XYZ50.132567.809912.2801
Yxy67.80990.38500.5207
Hunter Lab82.3468-35.436548.8010
CIE-Lab85.9113-35.289379.0795

#bfe626 color RGB value is (191,230,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 00100110
Octal 277 346 46
Decimal 191 230 38
Hex BF E6 26

RGB Percentages of Color #bfe626

%41.61
%50.11
%8.28

CMYK Percentages of Color #bfe626

%17
%0
%83
%10

Triadic Colors of #bfe626

#bfe626 #26bfe6 #e626bf

Analogous Colors of #bfe626

#bfe626 #5fe626 #e6ad26

Monochromatic Colors of #bfe626

#bfe626

Complementary Color

#bfe626 #4d26e6

#bfe626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe626 Color CSS Codes

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

#bfe626 Text Font Color

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

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


#bfe626 Background Color

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

This div background color is #bfe626


#bfe626 Border Color

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

This div border color is #bfe626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe626


Comments

No comments written yet.

Please login to write comment.