Color Hex Logo

#befea0 Color Hex

#BEFEA0
(190,254,160)
0 Favorites   0 Comments

Color spaces of #befea0

RGB 190254160
HSL0.280.980.81
HSV101°37°100°
CMYK 0.250.000.37   0.00
XYZ63.022284.368846.2209
Yxy84.36880.32550.4358
Hunter Lab91.8525-38.268734.4615
CIE-Lab93.6104-36.456938.6730

#befea0 color RGB value is (190,254,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10100000
Octal 276 376 240
Decimal 190 254 160
Hex BE FE A0

RGB Percentages of Color #befea0

%31.46
%42.05
%26.49

CMYK Percentages of Color #befea0

%25
%0
%37
%0

Triadic Colors of #befea0

#befea0 #a0befe #fea0be

Analogous Colors of #befea0

#befea0 #a0feb1 #edfea0

Monochromatic Colors of #befea0

#befea0

Complementary Color

#befea0 #e0a0fe

#befea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befea0 Color CSS Codes

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

#befea0 Text Font Color

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

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


#befea0 Background Color

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

This div background color is #befea0


#befea0 Border Color

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

This div border color is #befea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befea0

Related Colors


Comments

No comments written yet.

Please login to write comment.