Color Hex Logo

#bef500 Color Hex

#BEF500
(190,245,0)
0 Favorites   0 Comments

Color spaces of #bef500

RGB 1902450
HSL0.201.000.48
HSV73°100°96°
CMYK 0.220.001.00   0.04
XYZ53.887676.252011.8779
Yxy76.25200.37940.5369
Hunter Lab87.3224-42.659953.0608
CIE-Lab89.9762-42.965887.1546

#bef500 color RGB value is (190,245,0).

#bef500 hex color red value is 190, green value is 245 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bef500 hue: 0.20 , saturation: 1.00 and the lightness value of bef500 is 0.48.

The process color (four color CMYK) of #bef500 color hex is 0.22, 0.00, 1.00, 0.04. Web safe color of #bef500 is #ccff00. Color #bef500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00000000
Octal 276 365 0
Decimal 190 245 0
Hex BE F5 0

RGB Percentages of Color #bef500

%43.68
%56.32
%0.00

CMYK Percentages of Color #bef500

%22
%0
%100
%4

Triadic Colors of #bef500

#bef500 #00bef5 #f500be

Analogous Colors of #bef500

#bef500 #43f500 #f5b200

Monochromatic Colors of #bef500

#bef500

Complementary Color

#bef500 #3700f5

#bef500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef500 Color CSS Codes

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

#bef500 Text Font Color

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

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


#bef500 Background Color

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

This div background color is #bef500


#bef500 Border Color

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

This div border color is #bef500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef500


Comments

No comments written yet.

Please login to write comment.