Color Hex Logo

#effbac Color Hex

#EFFBAC
(239,251,172)
0 Favorites   0 Comments

Color spaces of #effbac

RGB 239251172
HSL0.190.910.83
HSV69°31°98°
CMYK 0.050.000.31   0.02
XYZ77.540290.323652.3771
Yxy90.32360.35210.4101
Hunter Lab95.0387-20.683233.8516
CIE-Lab96.1308-16.126236.6213

#effbac color RGB value is (239,251,172).

#effbac hex color red value is 239, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #effbac hue: 0.19 , saturation: 0.91 and the lightness value of effbac is 0.83.

The process color (four color CMYK) of #effbac color hex is 0.05, 0.00, 0.31, 0.02. Web safe color of #effbac is #ffff99. Color #effbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 10101100
Octal 357 373 254
Decimal 239 251 172
Hex EF FB AC

RGB Percentages of Color #effbac

%36.10
%37.92
%25.98

CMYK Percentages of Color #effbac

%5
%0
%31
%2

Triadic Colors of #effbac

#effbac #aceffb #fbacef

Analogous Colors of #effbac

#effbac #c8fbac #fbe0ac

Monochromatic Colors of #effbac

#effbac

Complementary Color

#effbac #b8acfb

#effbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbac Color CSS Codes

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

#effbac Text Font Color

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

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


#effbac Background Color

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

This div background color is #effbac


#effbac Border Color

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

This div border color is #effbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbac


Comments

No comments written yet.

Please login to write comment.