Color Hex Logo

#bef319 Color Hex

#BEF319
(190,243,25)
0 Favorites   0 Comments

Color spaces of #bef319

RGB 19024325
HSL0.210.900.53
HSV75°90°95°
CMYK 0.220.000.90   0.05
XYZ53.461375.118512.6013
Yxy75.11850.37870.5321
Hunter Lab86.6709-41.569852.0493
CIE-Lab89.4485-41.785284.3428

#bef319 color RGB value is (190,243,25).

#bef319 hex color red value is 190, green value is 243 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bef319 hue: 0.21 , saturation: 0.90 and the lightness value of bef319 is 0.53.

The process color (four color CMYK) of #bef319 color hex is 0.22, 0.00, 0.90, 0.05. Web safe color of #bef319 is #ccff00. Color #bef319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 00011001
Octal 276 363 31
Decimal 190 243 25
Hex BE F3 19

RGB Percentages of Color #bef319

%41.48
%53.06
%5.46

CMYK Percentages of Color #bef319

%22
%0
%90
%5

Triadic Colors of #bef319

#bef319 #19bef3 #f319be

Analogous Colors of #bef319

#bef319 #51f319 #f3bb19

Monochromatic Colors of #bef319

#bef319

Complementary Color

#bef319 #4e19f3

#bef319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef319 Color CSS Codes

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

#bef319 Text Font Color

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

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


#bef319 Background Color

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

This div background color is #bef319


#bef319 Border Color

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

This div border color is #bef319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef319


Comments

No comments written yet.

Please login to write comment.