Color Hex Logo

#bef93d Color Hex

#BEF93D
(190,249,61)
0 Favorites   0 Comments

Color spaces of #bef93d

RGB 19024961
HSL0.220.940.61
HSV79°76°98°
CMYK 0.240.000.76   0.02
XYZ55.953279.035416.7212
Yxy79.03540.36880.5210
Hunter Lab88.9019-43.233651.0797
CIE-Lab91.2503-43.236177.8119

#bef93d color RGB value is (190,249,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 00111101
Octal 276 371 75
Decimal 190 249 61
Hex BE F9 3D

RGB Percentages of Color #bef93d

%38.00
%49.80
%12.20

CMYK Percentages of Color #bef93d

%24
%0
%76
%2

Triadic Colors of #bef93d

#bef93d #3dbef9 #f93dbe

Analogous Colors of #bef93d

#bef93d #60f93d #f9d63d

Monochromatic Colors of #bef93d

#bef93d

Complementary Color

#bef93d #783df9

#bef93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef93d Color CSS Codes

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

#bef93d Text Font Color

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

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


#bef93d Background Color

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

This div background color is #bef93d


#bef93d Border Color

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

This div border color is #bef93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef93d


Comments

No comments written yet.

Please login to write comment.