Color Hex Logo

#bef550 Color Hex

#BEF550
(190,245,80)
0 Favorites   0 Comments

Color spaces of #bef550

RGB 19024580
HSL0.220.890.64
HSV80°67°96°
CMYK 0.220.000.67   0.04
XYZ55.335676.831219.5028
Yxy76.83120.36480.5066
Hunter Lab87.6534-40.706448.1654
CIE-Lab90.2439-40.445570.4397

#bef550 color RGB value is (190,245,80).

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

The process color (four color CMYK) of #bef550 color hex is 0.22, 0.00, 0.67, 0.04. Web safe color of #bef550 is #ccff66. Color #bef550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 01010000
Octal 276 365 120
Decimal 190 245 80
Hex BE F5 50

RGB Percentages of Color #bef550

%36.89
%47.57
%15.53

CMYK Percentages of Color #bef550

%22
%0
%67
%4

Triadic Colors of #bef550

#bef550 #50bef5 #f550be

Analogous Colors of #bef550

#bef550 #6cf550 #f5da50

Monochromatic Colors of #bef550

#bef550

Complementary Color

#bef550 #8750f5

#bef550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef550 Color CSS Codes

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

#bef550 Text Font Color

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

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


#bef550 Background Color

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

This div background color is #bef550


#bef550 Border Color

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

This div border color is #bef550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef550

Related Colors


Comments

No comments written yet.

Please login to write comment.