Color Hex Logo

#bef907 Color Hex

#BEF907
(190,249,7)
0 Favorites   0 Comments

Color spaces of #bef907

RGB 1902497
HSL0.210.950.50
HSV75°97°98°
CMYK 0.240.000.97   0.02
XYZ55.149278.713912.4876
Yxy78.71390.37680.5378
Hunter Lab88.7209-44.305353.7594
CIE-Lab91.1047-44.625387.4923

#bef907 color RGB value is (190,249,7).

#bef907 hex color red value is 190, green value is 249 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bef907 hue: 0.21 , saturation: 0.95 and the lightness value of bef907 is 0.50.

The process color (four color CMYK) of #bef907 color hex is 0.24, 0.00, 0.97, 0.02. Web safe color of #bef907 is #ccff00. Color #bef907 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 00000111
Octal 276 371 7
Decimal 190 249 7
Hex BE F9 7

RGB Percentages of Color #bef907

%42.60
%55.83
%1.57

CMYK Percentages of Color #bef907

%24
%0
%97
%2

Triadic Colors of #bef907

#bef907 #07bef9 #f907be

Analogous Colors of #bef907

#bef907 #45f907 #f9bb07

Monochromatic Colors of #bef907

#bef907

Complementary Color

#bef907 #4207f9

#bef907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef907 Color CSS Codes

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

#bef907 Text Font Color

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

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


#bef907 Background Color

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

This div background color is #bef907


#bef907 Border Color

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

This div border color is #bef907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef907


Comments

No comments written yet.

Please login to write comment.