Color Hex Logo

#befe14 Color Hex

#BEFE14
(190,254,20)
0 Favorites   0 Comments

Color spaces of #befe14

RGB 19025420
HSL0.210.990.54
HSV76°92°100°
CMYK 0.250.000.92   0.00
XYZ56.803381.881313.4726
Yxy81.88130.37330.5381
Hunter Lab90.4883-46.302654.5142
CIE-Lab92.5224-46.607987.4462

#befe14 color RGB value is (190,254,20).

#befe14 hex color red value is 190, green value is 254 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #befe14 hue: 0.21 , saturation: 0.99 and the lightness value of befe14 is 0.54.

The process color (four color CMYK) of #befe14 color hex is 0.25, 0.00, 0.92, 0.00. Web safe color of #befe14 is #ccff00. Color #befe14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 00010100
Octal 276 376 24
Decimal 190 254 20
Hex BE FE 14

RGB Percentages of Color #befe14

%40.95
%54.74
%4.31

CMYK Percentages of Color #befe14

%25
%0
%92
%0

Triadic Colors of #befe14

#befe14 #14befe #fe14be

Analogous Colors of #befe14

#befe14 #49fe14 #fec914

Monochromatic Colors of #befe14

#befe14

Complementary Color

#befe14 #5414fe

#befe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befe14 Color CSS Codes

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

#befe14 Text Font Color

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

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


#befe14 Background Color

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

This div background color is #befe14


#befe14 Border Color

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

This div border color is #befe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befe14


Comments

No comments written yet.

Please login to write comment.