color codes Logo

#bef83c color codes

#BEF83C
(190,248,60)
0 Favorites   0 Comments

Color spaces of #bef83c

RGB 19024860
HSL0.220.930.60
HSV79°76°97°
CMYK 0.230.000.76   0.03
XYZ55.618278.408216.4779
Yxy78.40820.36950.5210
Hunter Lab88.5484-42.841950.9507
CIE-Lab90.9659-42.848077.8435

#bef83c color RGB value is (190,248,60).

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

The process color (four color CMYK) of #bef83c color code is 0.23, 0.00, 0.76, 0.03. Web safe color of #bef83c is #ccff33. Color #bef83c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111000 00111100
Octal 276 370 74
Decimal 190 248 60
Hex BE F8 3C

RGB Percentages of Color #bef83c

%38.15
%49.80
%12.05

CMYK Percentages of Color #bef83c

%23
%0
%76
%3

Triadic Colors of #bef83c

#bef83c #3cbef8 #f83cbe

Analogous Colors of #bef83c

#bef83c #60f83c #f8d43c

Monochromatic Colors of #bef83c

#bef83c

Complementary Color

#bef83c #763cf8

#bef83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef83c Color CSS Codes

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

#bef83c Text Font Color

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

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


#bef83c Background Color

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

This div background color is #bef83c


#bef83c Border Color

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

This div border color is #bef83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef83c


Comments

No comments written yet.

Please login to write comment.