Color Hex Logo

#bef54c Color Hex

#BEF54C
(190,245,76)
0 Favorites   0 Comments

Color spaces of #bef54c

RGB 19024576
HSL0.220.890.63
HSV80°69°96°
CMYK 0.220.000.69   0.04
XYZ55.192176.773818.7474
Yxy76.77380.36620.5094
Hunter Lab87.6207-40.899348.6487
CIE-Lab90.2174-40.692771.8689

#bef54c color RGB value is (190,245,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 01001100
Octal 276 365 114
Decimal 190 245 76
Hex BE F5 4C

RGB Percentages of Color #bef54c

%37.18
%47.95
%14.87

CMYK Percentages of Color #bef54c

%22
%0
%69
%4

Triadic Colors of #bef54c

#bef54c #4cbef5 #f54cbe

Analogous Colors of #bef54c

#bef54c #6af54c #f5d84c

Monochromatic Colors of #bef54c

#bef54c

Complementary Color

#bef54c #834cf5

#bef54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef54c Color CSS Codes

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

#bef54c Text Font Color

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

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


#bef54c Background Color

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

This div background color is #bef54c


#bef54c Border Color

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

This div border color is #bef54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef54c


Comments

No comments written yet.

Please login to write comment.