Color Hex Logo

#beefab Color Hex

#BEEFAB
(190,239,171)
0 Favorites   0 Comments

Color spaces of #beefab

RGB 190239171
HSL0.290.680.80
HSV103°28°94°
CMYK 0.210.000.28   0.06
XYZ59.452475.620449.9908
Yxy75.62040.32130.4086
Hunter Lab86.9600-30.143926.7879
CIE-Lab89.6828-27.920227.9209

#beefab color RGB value is (190,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10101011
Octal 276 357 253
Decimal 190 239 171
Hex BE EF AB

RGB Percentages of Color #beefab

%31.67
%39.83
%28.50

CMYK Percentages of Color #beefab

%21
%0
%28
%6

Triadic Colors of #beefab

#beefab #abbeef #efabbe

Analogous Colors of #beefab

#beefab #abefba #e0efab

Monochromatic Colors of #beefab

#beefab

Complementary Color

#beefab #dcabef

#beefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefab Color CSS Codes

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

#beefab Text Font Color

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

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


#beefab Background Color

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

This div background color is #beefab


#beefab Border Color

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

This div border color is #beefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefab


Comments

No comments written yet.

Please login to write comment.