Color Hex Logo

#beefaa Color Hex

#BEEFAA
(190,239,170)
0 Favorites   0 Comments

Color spaces of #beefaa

RGB 190239170
HSL0.290.680.80
HSV103°29°94°
CMYK 0.210.000.29   0.06
XYZ59.357475.582449.4906
Yxy75.58240.32180.4098
Hunter Lab86.9381-30.270127.1051
CIE-Lab89.6651-28.071728.4067

#beefaa color RGB value is (190,239,170).

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

The process color (four color CMYK) of #beefaa color hex is 0.21, 0.00, 0.29, 0.06. Web safe color of #beefaa is #ccff99. Color #beefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10101010
Octal 276 357 252
Decimal 190 239 170
Hex BE EF AA

RGB Percentages of Color #beefaa

%31.72
%39.90
%28.38

CMYK Percentages of Color #beefaa

%21
%0
%29
%6

Triadic Colors of #beefaa

#beefaa #aabeef #efaabe

Analogous Colors of #beefaa

#beefaa #aaefb9 #e1efaa

Monochromatic Colors of #beefaa

#beefaa

Complementary Color

#beefaa #dbaaef

#beefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefaa Color CSS Codes

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

#beefaa Text Font Color

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

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


#beefaa Background Color

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

This div background color is #beefaa


#beefaa Border Color

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

This div border color is #beefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefaa


Comments

No comments written yet.

Please login to write comment.