Color Hex Logo

#befe8d Color Hex

#BEFE8D
(190,254,141)
0 Favorites   0 Comments

Color spaces of #befe8d

RGB 190254141
HSL0.260.980.77
HSV94°44°100°
CMYK 0.250.000.44   0.00
XYZ61.484783.753938.1248
Yxy83.75390.33530.4568
Hunter Lab91.5172-40.231939.3626
CIE-Lab93.3435-38.881147.5579

#befe8d color RGB value is (190,254,141).

#befe8d hex color red value is 190, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #befe8d hue: 0.26 , saturation: 0.98 and the lightness value of befe8d is 0.77.

The process color (four color CMYK) of #befe8d color hex is 0.25, 0.00, 0.44, 0.00. Web safe color of #befe8d is #ccff99. Color #befe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10001101
Octal 276 376 215
Decimal 190 254 141
Hex BE FE 8D

RGB Percentages of Color #befe8d

%32.48
%43.42
%24.10

CMYK Percentages of Color #befe8d

%25
%0
%44
%0

Triadic Colors of #befe8d

#befe8d #8dbefe #fe8dbe

Analogous Colors of #befe8d

#befe8d #8dfe95 #f7fe8d

Monochromatic Colors of #befe8d

#befe8d

Complementary Color

#befe8d #cd8dfe

#befe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#befe8d Color CSS Codes

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

#befe8d Text Font Color

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

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


#befe8d Background Color

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

This div background color is #befe8d


#befe8d Border Color

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

This div border color is #befe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befe8d


Comments

No comments written yet.

Please login to write comment.