Color Hex Logo

#bef125 Color Hex

#BEF125
(190,241,37)
0 Favorites   0 Comments

Color spaces of #bef125

RGB 19024137
HSL0.210.880.55
HSV75°85°95°
CMYK 0.210.000.85   0.05
XYZ53.024473.991313.2373
Yxy73.99130.37810.5276
Hunter Lab86.0182-40.498751.0886
CIE-Lab88.9184-40.627681.8159

#bef125 color RGB value is (190,241,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00100101
Octal 276 361 45
Decimal 190 241 37
Hex BE F1 25

RGB Percentages of Color #bef125

%40.60
%51.50
%7.91

CMYK Percentages of Color #bef125

%21
%0
%85
%5

Triadic Colors of #bef125

#bef125 #25bef1 #f125be

Analogous Colors of #bef125

#bef125 #58f125 #f1be25

Monochromatic Colors of #bef125

#bef125

Complementary Color

#bef125 #5825f1

#bef125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef125 Color CSS Codes

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

#bef125 Text Font Color

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

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


#bef125 Background Color

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

This div background color is #bef125


#bef125 Border Color

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

This div border color is #bef125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef125


Comments

No comments written yet.

Please login to write comment.