Color Hex Logo

#beefa1 Color Hex

#BEEFA1
(190,239,161)
0 Favorites   0 Comments

Color spaces of #beefa1

RGB 190239161
HSL0.270.710.78
HSV98°33°94°
CMYK 0.210.000.33   0.06
XYZ58.534775.253445.1585
Yxy75.25340.32710.4205
Hunter Lab86.7487-31.365329.8597
CIE-Lab89.5116-29.393632.7665

#beefa1 color RGB value is (190,239,161).

#beefa1 hex color red value is 190, green value is 239 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #beefa1 hue: 0.27 , saturation: 0.71 and the lightness value of beefa1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10100001
Octal 276 357 241
Decimal 190 239 161
Hex BE EF A1

RGB Percentages of Color #beefa1

%32.20
%40.51
%27.29

CMYK Percentages of Color #beefa1

%21
%0
%33
%6

Triadic Colors of #beefa1

#beefa1 #a1beef #efa1be

Analogous Colors of #beefa1

#beefa1 #a1efab #e5efa1

Monochromatic Colors of #beefa1

#beefa1

Complementary Color

#beefa1 #d2a1ef

#beefa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefa1 Color CSS Codes

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

#beefa1 Text Font Color

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

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


#beefa1 Background Color

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

This div background color is #beefa1


#beefa1 Border Color

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

This div border color is #beefa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefa1


Comments

No comments written yet.

Please login to write comment.