Color Hex Logo

#bef949 Color Hex

#BEF949
(190,249,73)
0 Favorites   0 Comments

Color spaces of #bef949

RGB 19024973
HSL0.220.940.63
HSV80°71°98°
CMYK 0.240.000.71   0.02
XYZ56.313579.179618.6185
Yxy79.17960.36540.5138
Hunter Lab88.9829-42.755149.8824
CIE-Lab91.3155-42.619674.0177

#bef949 color RGB value is (190,249,73).

#bef949 hex color red value is 190, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bef949 hue: 0.22 , saturation: 0.94 and the lightness value of bef949 is 0.63.

The process color (four color CMYK) of #bef949 color hex is 0.24, 0.00, 0.71, 0.02. Web safe color of #bef949 is #ccff33. Color #bef949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01001001
Octal 276 371 111
Decimal 190 249 73
Hex BE F9 49

RGB Percentages of Color #bef949

%37.11
%48.63
%14.26

CMYK Percentages of Color #bef949

%24
%0
%71
%2

Triadic Colors of #bef949

#bef949 #49bef9 #f949be

Analogous Colors of #bef949

#bef949 #66f949 #f9dc49

Monochromatic Colors of #bef949

#bef949

Complementary Color

#bef949 #8449f9

#bef949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef949 Color CSS Codes

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

#bef949 Text Font Color

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

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


#bef949 Background Color

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

This div background color is #bef949


#bef949 Border Color

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

This div border color is #bef949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef949


Comments

No comments written yet.

Please login to write comment.