Color Hex Logo

#bef414 Color Hex

#BEF414
(190,244,20)
0 Favorites   0 Comments

Color spaces of #bef414

RGB 19024420
HSL0.210.910.52
HSV74°92°96°
CMYK 0.220.000.92   0.04
XYZ53.712275.699012.4423
Yxy75.69900.37860.5336
Hunter Lab87.0052-42.063052.4248
CIE-Lab89.7194-42.308385.2216

#bef414 color RGB value is (190,244,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 00010100
Octal 276 364 24
Decimal 190 244 20
Hex BE F4 14

RGB Percentages of Color #bef414

%41.85
%53.74
%4.41

CMYK Percentages of Color #bef414

%22
%0
%92
%4

Triadic Colors of #bef414

#bef414 #14bef4 #f414be

Analogous Colors of #bef414

#bef414 #4ef414 #f4ba14

Monochromatic Colors of #bef414

#bef414

Complementary Color

#bef414 #4a14f4

#bef414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef414 Color CSS Codes

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

#bef414 Text Font Color

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

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


#bef414 Background Color

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

This div background color is #bef414


#bef414 Border Color

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

This div border color is #bef414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef414


Comments

No comments written yet.

Please login to write comment.