Color Hex Logo

#befc5e Color Hex

#BEFC5E
(190,252,94)
0 Favorites   0 Comments

Color spaces of #befc5e

RGB 19025294
HSL0.230.960.68
HSV84°63°99°
CMYK 0.250.000.63   0.01
XYZ58.066081.376123.2364
Yxy81.37610.35690.5002
Hunter Lab90.2087-42.967447.8739
CIE-Lab92.2988-42.546067.2042

#befc5e color RGB value is (190,252,94).

#befc5e hex color red value is 190, green value is 252 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #befc5e hue: 0.23 , saturation: 0.96 and the lightness value of befc5e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01011110
Octal 276 374 136
Decimal 190 252 94
Hex BE FC 5E

RGB Percentages of Color #befc5e

%35.45
%47.01
%17.54

CMYK Percentages of Color #befc5e

%25
%0
%63
%1

Triadic Colors of #befc5e

#befc5e #5ebefc #fc5ebe

Analogous Colors of #befc5e

#befc5e #6ffc5e #fceb5e

Monochromatic Colors of #befc5e

#befc5e

Complementary Color

#befc5e #9c5efc

#befc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc5e Color CSS Codes

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

#befc5e Text Font Color

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

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


#befc5e Background Color

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

This div background color is #befc5e


#befc5e Border Color

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

This div border color is #befc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc5e


Comments

No comments written yet.

Please login to write comment.