Color Hex Logo

#befaa2 Color Hex

#BEFAA2
(190,250,162)
0 Favorites   0 Comments

Color spaces of #befaa2

RGB 190250162
HSL0.280.900.81
HSV101°35°98°
CMYK 0.240.000.35   0.02
XYZ61.942481.927046.7312
Yxy81.92700.32500.4298
Hunter Lab90.5135-36.243332.7487
CIE-Lab92.5426-34.358736.2808

#befaa2 color RGB value is (190,250,162).

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

The process color (four color CMYK) of #befaa2 color hex is 0.24, 0.00, 0.35, 0.02. Web safe color of #befaa2 is #ccff99. Color #befaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 10100010
Octal 276 372 242
Decimal 190 250 162
Hex BE FA A2

RGB Percentages of Color #befaa2

%31.56
%41.53
%26.91

CMYK Percentages of Color #befaa2

%24
%0
%35
%2

Triadic Colors of #befaa2

#befaa2 #a2befa #faa2be

Analogous Colors of #befaa2

#befaa2 #a2fab2 #eafaa2

Monochromatic Colors of #befaa2

#befaa2

Complementary Color

#befaa2 #dea2fa

#befaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaa2 Color CSS Codes

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

#befaa2 Text Font Color

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

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


#befaa2 Background Color

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

This div background color is #befaa2


#befaa2 Border Color

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

This div border color is #befaa2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,250,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 #befaa2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaa2

Related Colors


Comments

No comments written yet.

Please login to write comment.