Color Hex Logo

#bef020 Color Hex

#BEF020
(190,240,32)
0 Favorites   0 Comments

Color spaces of #bef020

RGB 19024032
HSL0.210.870.53
HSV74°87°94°
CMYK 0.210.000.87   0.06
XYZ52.656073.371612.7534
Yxy73.37160.37940.5287
Hunter Lab85.6572-40.171051.1324
CIE-Lab88.6246-40.317082.5318

#bef020 color RGB value is (190,240,32).

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

The process color (four color CMYK) of #bef020 color hex is 0.21, 0.00, 0.87, 0.06. Web safe color of #bef020 is #ccff33. Color #bef020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00100000
Octal 276 360 40
Decimal 190 240 32
Hex BE F0 20

RGB Percentages of Color #bef020

%41.13
%51.95
%6.93

CMYK Percentages of Color #bef020

%21
%0
%87
%6

Triadic Colors of #bef020

#bef020 #20bef0 #f020be

Analogous Colors of #bef020

#bef020 #56f020 #f0ba20

Monochromatic Colors of #bef020

#bef020

Complementary Color

#bef020 #5220f0

#bef020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef020 Color CSS Codes

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

#bef020 Text Font Color

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

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


#bef020 Background Color

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

This div background color is #bef020


#bef020 Border Color

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

This div border color is #bef020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef020


Comments

No comments written yet.

Please login to write comment.