Color Hex Logo

#befeaa Color Hex

#BEFEAA
(190,254,170)
0 Favorites   0 Comments

Color spaces of #befeaa

RGB 190254170
HSL0.290.980.83
HSV106°33°100°
CMYK 0.250.000.33   0.00
XYZ63.932784.733151.0157
Yxy84.73310.32020.4243
Hunter Lab92.0506-37.113431.5761
CIE-Lab93.7680-35.046333.9171

#befeaa color RGB value is (190,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10101010
Octal 276 376 252
Decimal 190 254 170
Hex BE FE AA

RGB Percentages of Color #befeaa

%30.94
%41.37
%27.69

CMYK Percentages of Color #befeaa

%25
%0
%33
%0

Triadic Colors of #befeaa

#befeaa #aabefe #feaabe

Analogous Colors of #befeaa

#befeaa #aafec0 #e8feaa

Monochromatic Colors of #befeaa

#befeaa

Complementary Color

#befeaa #eaaafe

#befeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#befeaa Color CSS Codes

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

#befeaa Text Font Color

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

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


#befeaa Background Color

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

This div background color is #befeaa


#befeaa Border Color

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

This div border color is #befeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befeaa


Comments

No comments written yet.

Please login to write comment.