Color Hex Logo

#bef061 Color Hex

#BEF061
(190,240,97)
0 Favorites   0 Comments

Color spaces of #bef061

RGB 19024097
HSL0.220.830.66
HSV81°60°94°
CMYK 0.210.000.60   0.06
XYZ54.553074.130422.7426
Yxy74.13040.36030.4895
Hunter Lab86.0990-37.574344.6082
CIE-Lab88.9841-36.993062.3418

#bef061 color RGB value is (190,240,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01100001
Octal 276 360 141
Decimal 190 240 97
Hex BE F0 61

RGB Percentages of Color #bef061

%36.05
%45.54
%18.41

CMYK Percentages of Color #bef061

%21
%0
%60
%6

Triadic Colors of #bef061

#bef061 #61bef0 #f061be

Analogous Colors of #bef061

#bef061 #77f061 #f0db61

Monochromatic Colors of #bef061

#bef061

Complementary Color

#bef061 #9361f0

#bef061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef061 Color CSS Codes

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

#bef061 Text Font Color

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

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


#bef061 Background Color

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

This div background color is #bef061


#bef061 Border Color

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

This div border color is #bef061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef061


Comments

No comments written yet.

Please login to write comment.