Color Hex Logo

#bef133 Color Hex

#BEF133
(190,241,51)
0 Favorites   0 Comments

Color spaces of #bef133

RGB 19024151
HSL0.210.870.57
HSV76°79°95°
CMYK 0.210.000.79   0.05
XYZ53.288074.096814.6255
Yxy74.09680.37520.5218
Hunter Lab86.0795-40.137750.1819
CIE-Lab88.9682-40.161578.5529

#bef133 color RGB value is (190,241,51).

#bef133 hex color red value is 190, green value is 241 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bef133 hue: 0.21 , saturation: 0.87 and the lightness value of bef133 is 0.57.

The process color (four color CMYK) of #bef133 color hex is 0.21, 0.00, 0.79, 0.05. Web safe color of #bef133 is #ccff33. Color #bef133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00110011
Octal 276 361 63
Decimal 190 241 51
Hex BE F1 33

RGB Percentages of Color #bef133

%39.42
%50.00
%10.58

CMYK Percentages of Color #bef133

%21
%0
%79
%5

Triadic Colors of #bef133

#bef133 #33bef1 #f133be

Analogous Colors of #bef133

#bef133 #5ff133 #f1c533

Monochromatic Colors of #bef133

#bef133

Complementary Color

#bef133 #6633f1

#bef133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef133 Color CSS Codes

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

#bef133 Text Font Color

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

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


#bef133 Background Color

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

This div background color is #bef133


#bef133 Border Color

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

This div border color is #bef133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,241,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 #bef133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef133


Comments

No comments written yet.

Please login to write comment.