Color Hex Logo

#befea2 Color Hex

#BEFEA2
(190,254,162)
0 Favorites   0 Comments

Color spaces of #befea2

RGB 190254162
HSL0.280.980.82
HSV102°36°100°
CMYK 0.250.000.36   0.00
XYZ63.198684.439447.1499
Yxy84.43940.32440.4335
Hunter Lab91.8909-38.044533.9015
CIE-Lab93.6410-36.182337.7253

#befea2 color RGB value is (190,254,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10100010
Octal 276 376 242
Decimal 190 254 162
Hex BE FE A2

RGB Percentages of Color #befea2

%31.35
%41.91
%26.73

CMYK Percentages of Color #befea2

%25
%0
%36
%0

Triadic Colors of #befea2

#befea2 #a2befe #fea2be

Analogous Colors of #befea2

#befea2 #a2feb4 #ecfea2

Monochromatic Colors of #befea2

#befea2

Complementary Color

#befea2 #e2a2fe

#befea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befea2 Color CSS Codes

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

#befea2 Text Font Color

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

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


#befea2 Background Color

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

This div background color is #befea2


#befea2 Border Color

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

This div border color is #befea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befea2

Related Colors


Comments

No comments written yet.

Please login to write comment.