Color Hex Logo

#bef53b Color Hex

#BEF53B
(190,245,59)
0 Favorites   0 Comments

Color spaces of #bef53b

RGB 19024559
HSL0.220.900.60
HSV78°76°96°
CMYK 0.220.000.76   0.04
XYZ54.677076.567716.0349
Yxy76.56770.37120.5199
Hunter Lab87.5030-41.592950.3872
CIE-Lab90.1223-41.584477.3529

#bef53b color RGB value is (190,245,59).

#bef53b hex color red value is 190, green value is 245 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bef53b hue: 0.22 , saturation: 0.90 and the lightness value of bef53b is 0.60.

The process color (four color CMYK) of #bef53b color hex is 0.22, 0.00, 0.76, 0.04. Web safe color of #bef53b is #ccff33. Color #bef53b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00111011
Octal 276 365 73
Decimal 190 245 59
Hex BE F5 3B

RGB Percentages of Color #bef53b

%38.46
%49.60
%11.94

CMYK Percentages of Color #bef53b

%22
%0
%76
%4

Triadic Colors of #bef53b

#bef53b #3bbef5 #f53bbe

Analogous Colors of #bef53b

#bef53b #61f53b #f5cf3b

Monochromatic Colors of #bef53b

#bef53b

Complementary Color

#bef53b #723bf5

#bef53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef53b Color CSS Codes

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

#bef53b Text Font Color

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

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


#bef53b Background Color

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

This div background color is #bef53b


#bef53b Border Color

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

This div border color is #bef53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef53b


Comments

No comments written yet.

Please login to write comment.