Color Hex Logo

#bef505 Color Hex

#BEF505
(190,245,5)
0 Favorites   0 Comments

Color spaces of #bef505

RGB 1902455
HSL0.200.960.49
HSV74°98°96°
CMYK 0.220.000.98   0.04
XYZ53.915076.262912.0222
Yxy76.26290.37910.5363
Hunter Lab87.3286-42.622752.9678
CIE-Lab89.9813-42.917486.7779

#bef505 color RGB value is (190,245,5).

#bef505 hex color red value is 190, green value is 245 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bef505 hue: 0.20 , saturation: 0.96 and the lightness value of bef505 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00000101
Octal 276 365 5
Decimal 190 245 5
Hex BE F5 5

RGB Percentages of Color #bef505

%43.18
%55.68
%1.14

CMYK Percentages of Color #bef505

%22
%0
%98
%4

Triadic Colors of #bef505

#bef505 #05bef5 #f505be

Analogous Colors of #bef505

#bef505 #46f505 #f5b405

Monochromatic Colors of #bef505

#bef505

Complementary Color

#bef505 #3c05f5

#bef505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef505 Color CSS Codes

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

#bef505 Text Font Color

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

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


#bef505 Background Color

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

This div background color is #bef505


#bef505 Border Color

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

This div border color is #bef505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef505


Comments

No comments written yet.

Please login to write comment.