Color Hex Logo

#befa06 Color Hex

#BEFA06
(190,250,6)
0 Favorites   0 Comments

Color spaces of #befa06

RGB 1902506
HSL0.210.960.50
HSV75°98°98°
CMYK 0.240.000.98   0.02
XYZ55.453779.331512.5621
Yxy79.33150.37630.5384
Hunter Lab89.0682-44.735753.9856
CIE-Lab91.3841-45.063487.7812

#befa06 color RGB value is (190,250,6).

#befa06 hex color red value is 190, green value is 250 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #befa06 hue: 0.21 , saturation: 0.96 and the lightness value of befa06 is 0.50.

The process color (four color CMYK) of #befa06 color hex is 0.24, 0.00, 0.98, 0.02. Web safe color of #befa06 is #ccff00. Color #befa06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 00000110
Octal 276 372 6
Decimal 190 250 6
Hex BE FA 6

RGB Percentages of Color #befa06

%42.60
%56.05
%1.35

CMYK Percentages of Color #befa06

%24
%0
%98
%2

Triadic Colors of #befa06

#befa06 #06befa #fa06be

Analogous Colors of #befa06

#befa06 #44fa06 #fabc06

Monochromatic Colors of #befa06

#befa06

Complementary Color

#befa06 #4206fa

#befa06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa06 Color CSS Codes

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

#befa06 Text Font Color

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

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


#befa06 Background Color

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

This div background color is #befa06


#befa06 Border Color

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

This div border color is #befa06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,250,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #befa06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #befa06;
  -webkit-box-shadow: 1px 1px 3px 2px #befa06;
  box-shadow:         1px 1px 3px 2px #befa06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,250,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa06


Comments

No comments written yet.

Please login to write comment.