color codes Logo

#bef51c color codes

#BEF51C
(190,245,28)
0 Favorites   0 Comments

Color spaces of #bef51c

RGB 19024528
HSL0.210.920.54
HSV75°89°96°
CMYK 0.220.000.89   0.04
XYZ54.097276.335812.9817
Yxy76.33580.37720.5323
Hunter Lab87.3704-42.376152.3498
CIE-Lab90.0150-42.597284.3486

#bef51c color RGB value is (190,245,28).

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

The process color (four color CMYK) of #bef51c color code is 0.22, 0.00, 0.89, 0.04. Web safe color of #bef51c is #ccff33. Color #bef51c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00011100
Octal 276 365 34
Decimal 190 245 28
Hex BE F5 1C

RGB Percentages of Color #bef51c

%41.04
%52.92
%6.05

CMYK Percentages of Color #bef51c

%22
%0
%89
%4

Triadic Colors of #bef51c

#bef51c #1cbef5 #f51cbe

Analogous Colors of #bef51c

#bef51c #52f51c #f5c01c

Monochromatic Colors of #bef51c

#bef51c

Complementary Color

#bef51c #531cf5

#bef51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef51c Color CSS Codes

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

#bef51c Text Font Color

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

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


#bef51c Background Color

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

This div background color is #bef51c


#bef51c Border Color

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

This div border color is #bef51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef51c


Comments

No comments written yet.

Please login to write comment.