Color Hex Logo

#beff20 Color Hex

#BEFF20
(190,255,32)
0 Favorites   0 Comments

Color spaces of #beff20

RGB 19025532
HSL0.221.000.56
HSV77°87°100°
CMYK 0.250.000.87   0.00
XYZ57.255982.571414.2867
Yxy82.57140.37150.5358
Hunter Lab90.8688-46.548654.2864
CIE-Lab92.8265-46.802786.0022

#beff20 color RGB value is (190,255,32).

#beff20 hex color red value is 190, green value is 255 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #beff20 hue: 0.22 , saturation: 1.00 and the lightness value of beff20 is 0.56.

The process color (four color CMYK) of #beff20 color hex is 0.25, 0.00, 0.87, 0.00. Web safe color of #beff20 is #ccff33. Color #beff20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 00100000
Octal 276 377 40
Decimal 190 255 32
Hex BE FF 20

RGB Percentages of Color #beff20

%39.83
%53.46
%6.71

CMYK Percentages of Color #beff20

%25
%0
%87
%0

Triadic Colors of #beff20

#beff20 #20beff #ff20be

Analogous Colors of #beff20

#beff20 #4fff20 #ffd120

Monochromatic Colors of #beff20

#beff20

Complementary Color

#beff20 #6120ff

#beff20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff20 Color CSS Codes

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

#beff20 Text Font Color

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

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


#beff20 Background Color

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

This div background color is #beff20


#beff20 Border Color

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

This div border color is #beff20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff20


Comments

No comments written yet.

Please login to write comment.