Color Hex Logo

#beff70 Color Hex

#BEFF70
(190,255,112)
0 Favorites   0 Comments

Color spaces of #beff70

RGB 190255112
HSL0.241.000.72
HSV87°56°100°
CMYK 0.250.000.56   0.00
XYZ59.919883.637028.3147
Yxy83.63700.34860.4866
Hunter Lab91.4533-43.090845.6606
CIE-Lab93.2926-42.362060.7778

#beff70 color RGB value is (190,255,112).

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

The process color (four color CMYK) of #beff70 color hex is 0.25, 0.00, 0.56, 0.00. Web safe color of #beff70 is #ccff66. Color #beff70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 01110000
Octal 276 377 160
Decimal 190 255 112
Hex BE FF 70

RGB Percentages of Color #beff70

%34.11
%45.78
%20.11

CMYK Percentages of Color #beff70

%25
%0
%56
%0

Triadic Colors of #beff70

#beff70 #70beff #ff70be

Analogous Colors of #beff70

#beff70 #77ff70 #fff970

Monochromatic Colors of #beff70

#beff70

Complementary Color

#beff70 #b170ff

#beff70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff70 Color CSS Codes

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

#beff70 Text Font Color

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

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


#beff70 Background Color

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

This div background color is #beff70


#beff70 Border Color

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

This div border color is #beff70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff70


Comments

No comments written yet.

Please login to write comment.