Color Hex Logo

#bef060 Color Hex

#BEF060
(190,240,96)
0 Favorites   0 Comments

Color spaces of #bef060

RGB 19024096
HSL0.220.830.66
HSV81°60°94°
CMYK 0.210.000.60   0.06
XYZ54.506674.111922.4985
Yxy74.11190.36070.4904
Hunter Lab86.0883-37.637644.7668
CIE-Lab88.9753-37.073262.7529

#bef060 color RGB value is (190,240,96).

#bef060 hex color red value is 190, green value is 240 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bef060 hue: 0.22 , saturation: 0.83 and the lightness value of bef060 is 0.66.

The process color (four color CMYK) of #bef060 color hex is 0.21, 0.00, 0.60, 0.06. Web safe color of #bef060 is #ccff66. Color #bef060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01100000
Octal 276 360 140
Decimal 190 240 96
Hex BE F0 60

RGB Percentages of Color #bef060

%36.12
%45.63
%18.25

CMYK Percentages of Color #bef060

%21
%0
%60
%6

Triadic Colors of #bef060

#bef060 #60bef0 #f060be

Analogous Colors of #bef060

#bef060 #76f060 #f0da60

Monochromatic Colors of #bef060

#bef060

Complementary Color

#bef060 #9260f0

#bef060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef060 Color CSS Codes

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

#bef060 Text Font Color

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

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


#bef060 Background Color

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

This div background color is #bef060


#bef060 Border Color

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

This div border color is #bef060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef060


Comments

No comments written yet.

Please login to write comment.