Color Hex Logo

#bef513 Color Hex

#BEF513
(190,245,19)
0 Favorites   0 Comments

Color spaces of #bef513

RGB 19024519
HSL0.210.920.52
HSV75°92°96°
CMYK 0.220.000.92   0.04
XYZ54.005276.299012.4969
Yxy76.29900.37820.5343
Hunter Lab87.3493-42.500652.6620
CIE-Lab89.9980-42.758885.5601

#bef513 color RGB value is (190,245,19).

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

The process color (four color CMYK) of #bef513 color hex is 0.22, 0.00, 0.92, 0.04. Web safe color of #bef513 is #ccff00. Color #bef513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00010011
Octal 276 365 23
Decimal 190 245 19
Hex BE F5 13

RGB Percentages of Color #bef513

%41.85
%53.96
%4.19

CMYK Percentages of Color #bef513

%22
%0
%92
%4

Triadic Colors of #bef513

#bef513 #13bef5 #f513be

Analogous Colors of #bef513

#bef513 #4df513 #f5bb13

Monochromatic Colors of #bef513

#bef513

Complementary Color

#bef513 #4a13f5

#bef513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef513 Color CSS Codes

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

#bef513 Text Font Color

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

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


#bef513 Background Color

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

This div background color is #bef513


#bef513 Border Color

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

This div border color is #bef513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef513


Comments

No comments written yet.

Please login to write comment.