Color Hex Logo

#beefa9 Color Hex

#BEEFA9
(190,239,169)
0 Favorites   0 Comments

Color spaces of #beefa9

RGB 190239169
HSL0.280.690.80
HSV102°29°94°
CMYK 0.210.000.29   0.06
XYZ59.263175.544748.9942
Yxy75.54470.32240.4110
Hunter Lab86.9165-30.395427.4202
CIE-Lab89.6475-28.222428.8923

#beefa9 color RGB value is (190,239,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10101001
Octal 276 357 251
Decimal 190 239 169
Hex BE EF A9

RGB Percentages of Color #beefa9

%31.77
%39.97
%28.26

CMYK Percentages of Color #beefa9

%21
%0
%29
%6

Triadic Colors of #beefa9

#beefa9 #a9beef #efa9be

Analogous Colors of #beefa9

#beefa9 #a9efb7 #e1efa9

Monochromatic Colors of #beefa9

#beefa9

Complementary Color

#beefa9 #daa9ef

#beefa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefa9 Color CSS Codes

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

#beefa9 Text Font Color

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

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


#beefa9 Background Color

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

This div background color is #beefa9


#beefa9 Border Color

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

This div border color is #beefa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefa9


Comments

No comments written yet.

Please login to write comment.