Color Hex Logo

#befc0d Color Hex

#BEFC0D
(190,252,13)
0 Favorites   0 Comments

Color spaces of #befc0d

RGB 19025213
HSL0.210.980.52
HSV76°95°99°
CMYK 0.250.000.95   0.01
XYZ56.118380.597012.9798
Yxy80.59700.37490.5384
Hunter Lab89.7758-45.528554.2709
CIE-Lab91.9521-45.849287.6931

#befc0d color RGB value is (190,252,13).

#befc0d hex color red value is 190, green value is 252 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #befc0d hue: 0.21 , saturation: 0.98 and the lightness value of befc0d is 0.52.

The process color (four color CMYK) of #befc0d color hex is 0.25, 0.00, 0.95, 0.01. Web safe color of #befc0d is #ccff00. Color #befc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 00001101
Octal 276 374 15
Decimal 190 252 13
Hex BE FC D

RGB Percentages of Color #befc0d

%41.76
%55.38
%2.86

CMYK Percentages of Color #befc0d

%25
%0
%95
%1

Triadic Colors of #befc0d

#befc0d #0dbefc #fc0dbe

Analogous Colors of #befc0d

#befc0d #47fc0d #fcc30d

Monochromatic Colors of #befc0d

#befc0d

Complementary Color

#befc0d #4b0dfc

#befc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc0d Color CSS Codes

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

#befc0d Text Font Color

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

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


#befc0d Background Color

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

This div background color is #befc0d


#befc0d Border Color

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

This div border color is #befc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc0d


Comments

No comments written yet.

Please login to write comment.