Color Hex Logo

#befa33 Color Hex

#BEFA33
(190,250,51)
0 Favorites   0 Comments

Color spaces of #befa33

RGB 19025051
HSL0.220.950.59
HSV78°80°98°
CMYK 0.240.000.80   0.02
XYZ56.018479.557415.5356
Yxy79.55740.37070.5265
Hunter Lab89.1950-43.985252.1096
CIE-Lab91.4859-44.088980.8118

#befa33 color RGB value is (190,250,51).

#befa33 hex color red value is 190, green value is 250 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #befa33 hue: 0.22 , saturation: 0.95 and the lightness value of befa33 is 0.59.

The process color (four color CMYK) of #befa33 color hex is 0.24, 0.00, 0.80, 0.02. Web safe color of #befa33 is #ccff33. Color #befa33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 00110011
Octal 276 372 63
Decimal 190 250 51
Hex BE FA 33

RGB Percentages of Color #befa33

%38.70
%50.92
%10.39

CMYK Percentages of Color #befa33

%24
%0
%80
%2

Triadic Colors of #befa33

#befa33 #33befa #fa33be

Analogous Colors of #befa33

#befa33 #5bfa33 #fad333

Monochromatic Colors of #befa33

#befa33

Complementary Color

#befa33 #6f33fa

#befa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa33 Color CSS Codes

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

#befa33 Text Font Color

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

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


#befa33 Background Color

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

This div background color is #befa33


#befa33 Border Color

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

This div border color is #befa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa33


Comments

No comments written yet.

Please login to write comment.