Color Hex Logo

#bef256 Color Hex

#BEF256
(190,242,86)
0 Favorites   0 Comments

Color spaces of #bef256

RGB 19024286
HSL0.220.860.64
HSV80°64°95°
CMYK 0.210.000.64   0.05
XYZ54.667075.123320.4231
Yxy75.12330.36390.5001
Hunter Lab86.6737-39.095146.7010
CIE-Lab89.4507-38.715167.3261

#bef256 color RGB value is (190,242,86).

#bef256 hex color red value is 190, green value is 242 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bef256 hue: 0.22 , saturation: 0.86 and the lightness value of bef256 is 0.64.

The process color (four color CMYK) of #bef256 color hex is 0.21, 0.00, 0.64, 0.05. Web safe color of #bef256 is #ccff66. Color #bef256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 01010110
Octal 276 362 126
Decimal 190 242 86
Hex BE F2 56

RGB Percentages of Color #bef256

%36.68
%46.72
%16.60

CMYK Percentages of Color #bef256

%21
%0
%64
%5

Triadic Colors of #bef256

#bef256 #56bef2 #f256be

Analogous Colors of #bef256

#bef256 #70f256 #f2d856

Monochromatic Colors of #bef256

#bef256

Complementary Color

#bef256 #8a56f2

#bef256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef256 Color CSS Codes

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

#bef256 Text Font Color

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

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


#bef256 Background Color

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

This div background color is #bef256


#bef256 Border Color

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

This div border color is #bef256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef256


Comments

No comments written yet.

Please login to write comment.