Color Hex Logo

#befea9 Color Hex

#BEFEA9
(190,254,169)
0 Favorites   0 Comments

Color spaces of #befea9

RGB 190254169
HSL0.290.980.83
HSV105°33°100°
CMYK 0.250.000.33   0.00
XYZ63.838484.695350.5193
Yxy84.69530.32070.4255
Hunter Lab92.0300-37.232731.8742
CIE-Lab93.7517-35.191434.3944

#befea9 color RGB value is (190,254,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10101001
Octal 276 376 251
Decimal 190 254 169
Hex BE FE A9

RGB Percentages of Color #befea9

%31.00
%41.44
%27.57

CMYK Percentages of Color #befea9

%25
%0
%33
%0

Triadic Colors of #befea9

#befea9 #a9befe #fea9be

Analogous Colors of #befea9

#befea9 #a9febf #e9fea9

Monochromatic Colors of #befea9

#befea9

Complementary Color

#befea9 #e9a9fe

#befea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befea9 Color CSS Codes

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

#befea9 Text Font Color

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

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


#befea9 Background Color

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

This div background color is #befea9


#befea9 Border Color

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

This div border color is #befea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befea9


Comments

No comments written yet.

Please login to write comment.