Color Hex Logo

#bef52c Color Hex

#BEF52C
(190,245,44)
0 Favorites   0 Comments

Color spaces of #bef52c

RGB 19024544
HSL0.210.910.57
HSV76°82°96°
CMYK 0.220.000.82   0.04
XYZ54.342276.433814.2719
Yxy76.43380.37470.5270
Hunter Lab87.4264-42.044951.5197
CIE-Lab90.0604-42.168181.2681

#bef52c color RGB value is (190,245,44).

#bef52c hex color red value is 190, green value is 245 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bef52c hue: 0.21 , saturation: 0.91 and the lightness value of bef52c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00101100
Octal 276 365 54
Decimal 190 245 44
Hex BE F5 2C

RGB Percentages of Color #bef52c

%39.67
%51.15
%9.19

CMYK Percentages of Color #bef52c

%22
%0
%82
%4

Triadic Colors of #bef52c

#bef52c #2cbef5 #f52cbe

Analogous Colors of #bef52c

#bef52c #59f52c #f5c82c

Monochromatic Colors of #bef52c

#bef52c

Complementary Color

#bef52c #632cf5

#bef52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef52c Color CSS Codes

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

#bef52c Text Font Color

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

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


#bef52c Background Color

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

This div background color is #bef52c


#bef52c Border Color

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

This div border color is #bef52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef52c


Comments

No comments written yet.

Please login to write comment.