Color Hex Logo

#befaaa Color Hex

#BEFAAA
(190,250,170)
0 Favorites   0 Comments

Color spaces of #befaaa

RGB 190250170
HSL0.290.890.82
HSV105°32°98°
CMYK 0.240.000.32   0.02
XYZ62.676582.220650.5970
Yxy82.22060.32060.4206
Hunter Lab90.6756-35.300030.3891
CIE-Lab92.6721-33.211132.4538

#befaaa color RGB value is (190,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 10101010
Octal 276 372 252
Decimal 190 250 170
Hex BE FA AA

RGB Percentages of Color #befaaa

%31.15
%40.98
%27.87

CMYK Percentages of Color #befaaa

%24
%0
%32
%2

Triadic Colors of #befaaa

#befaaa #aabefa #faaabe

Analogous Colors of #befaaa

#befaaa #aafabe #e6faaa

Monochromatic Colors of #befaaa

#befaaa

Complementary Color

#befaaa #e6aafa

#befaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaaa Color CSS Codes

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

#befaaa Text Font Color

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

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


#befaaa Background Color

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

This div background color is #befaaa


#befaaa Border Color

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

This div border color is #befaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaaa


Comments

No comments written yet.

Please login to write comment.