Color Hex Logo

#bef126 Color Hex

#BEF126
(190,241,38)
0 Favorites   0 Comments

Color spaces of #bef126

RGB 19024138
HSL0.210.880.55
HSV75°84°95°
CMYK 0.210.000.84   0.05
XYZ53.040473.997713.3212
Yxy73.99770.37790.5272
Hunter Lab86.0219-40.476751.0338
CIE-Lab88.9214-40.599381.6123

#bef126 color RGB value is (190,241,38).

#bef126 hex color red value is 190, green value is 241 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bef126 hue: 0.21 , saturation: 0.88 and the lightness value of bef126 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00100110
Octal 276 361 46
Decimal 190 241 38
Hex BE F1 26

RGB Percentages of Color #bef126

%40.51
%51.39
%8.10

CMYK Percentages of Color #bef126

%21
%0
%84
%5

Triadic Colors of #bef126

#bef126 #26bef1 #f126be

Analogous Colors of #bef126

#bef126 #59f126 #f1bf26

Monochromatic Colors of #bef126

#bef126

Complementary Color

#bef126 #5926f1

#bef126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef126 Color CSS Codes

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

#bef126 Text Font Color

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

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


#bef126 Background Color

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

This div background color is #bef126


#bef126 Border Color

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

This div border color is #bef126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef126


Comments

No comments written yet.

Please login to write comment.