Color Hex Logo

#bef14a Color Hex

#BEF14A
(190,241,74)
0 Favorites   0 Comments

Color spaces of #bef14a

RGB 19024174
HSL0.220.860.62
HSV78°69°95°
CMYK 0.210.000.69   0.05
XYZ53.926574.352217.9877
Yxy74.35220.36870.5083
Hunter Lab86.2277-39.265347.9911
CIE-Lab89.0887-39.040671.4465

#bef14a color RGB value is (190,241,74).

#bef14a hex color red value is 190, green value is 241 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bef14a hue: 0.22 , saturation: 0.86 and the lightness value of bef14a is 0.62.

The process color (four color CMYK) of #bef14a color hex is 0.21, 0.00, 0.69, 0.05. Web safe color of #bef14a is #ccff33. Color #bef14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 01001010
Octal 276 361 112
Decimal 190 241 74
Hex BE F1 4A

RGB Percentages of Color #bef14a

%37.62
%47.72
%14.65

CMYK Percentages of Color #bef14a

%21
%0
%69
%5

Triadic Colors of #bef14a

#bef14a #4abef1 #f14abe

Analogous Colors of #bef14a

#bef14a #6bf14a #f1d14a

Monochromatic Colors of #bef14a

#bef14a

Complementary Color

#bef14a #7d4af1

#bef14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef14a Color CSS Codes

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

#bef14a Text Font Color

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

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


#bef14a Background Color

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

This div background color is #bef14a


#bef14a Border Color

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

This div border color is #bef14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef14a


Comments

No comments written yet.

Please login to write comment.