Color Hex Logo

#bef93f Color Hex

#BEF93F
(190,249,63)
0 Favorites   0 Comments

Color spaces of #bef93f

RGB 19024963
HSL0.220.940.61
HSV79°75°98°
CMYK 0.240.000.75   0.02
XYZ56.008179.057417.0103
Yxy79.05740.36830.5199
Hunter Lab88.9142-43.160750.8971
CIE-Lab91.2603-43.142077.2154

#bef93f color RGB value is (190,249,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 00111111
Octal 276 371 77
Decimal 190 249 63
Hex BE F9 3F

RGB Percentages of Color #bef93f

%37.85
%49.60
%12.55

CMYK Percentages of Color #bef93f

%24
%0
%75
%2

Triadic Colors of #bef93f

#bef93f #3fbef9 #f93fbe

Analogous Colors of #bef93f

#bef93f #61f93f #f9d73f

Monochromatic Colors of #bef93f

#bef93f

Complementary Color

#bef93f #7a3ff9

#bef93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef93f Color CSS Codes

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

#bef93f Text Font Color

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

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


#bef93f Background Color

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

This div background color is #bef93f


#bef93f Border Color

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

This div border color is #bef93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef93f


Comments

No comments written yet.

Please login to write comment.