Color Hex Logo

#bef000 Color Hex

#BEF000
(190,240,0)
0 Favorites   0 Comments

Color spaces of #bef000

RGB 1902400
HSL0.201.000.47
HSV73°100°94°
CMYK 0.210.001.00   0.06
XYZ52.395373.267311.3805
Yxy73.26730.38230.5346
Hunter Lab85.5963-40.530052.0345
CIE-Lab88.5750-40.782186.0918

#bef000 color RGB value is (190,240,0).

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

The process color (four color CMYK) of #bef000 color hex is 0.21, 0.00, 1.00, 0.06. Web safe color of #bef000 is #ccff00. Color #bef000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00000000
Octal 276 360 0
Decimal 190 240 0
Hex BE F0 0

RGB Percentages of Color #bef000

%44.19
%55.81
%0.00

CMYK Percentages of Color #bef000

%21
%0
%100
%6

Triadic Colors of #bef000

#bef000 #00bef0 #f000be

Analogous Colors of #bef000

#bef000 #46f000 #f0aa00

Monochromatic Colors of #bef000

#bef000

Complementary Color

#bef000 #3200f0

#bef000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef000 Color CSS Codes

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

#bef000 Text Font Color

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

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


#bef000 Background Color

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

This div background color is #bef000


#bef000 Border Color

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

This div border color is #bef000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef000


Comments

No comments written yet.

Please login to write comment.