Color Hex Logo

#efecab Color Hex

#EFECAB
(239,236,171)
0 Favorites   0 Comments

Color spaces of #efecab

RGB 239236171
HSL0.160.680.80
HSV57°28°94°
CMYK 0.000.010.28   0.06
XYZ72.942781.281950.3726
Yxy81.28190.35650.3973
Hunter Lab90.1565-13.355229.9828
CIE-Lab92.2570-8.850931.9674

#efecab color RGB value is (239,236,171).

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

The process color (four color CMYK) of #efecab color hex is 0.00, 0.01, 0.28, 0.06. Web safe color of #efecab is #ffff99. Color #efecab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10101011
Octal 357 354 253
Decimal 239 236 171
Hex EF EC AB

RGB Percentages of Color #efecab

%37.00
%36.53
%26.47

CMYK Percentages of Color #efecab

%0
%1
%28
%6

Triadic Colors of #efecab

#efecab #abefec #ecabef

Analogous Colors of #efecab

#efecab #d0efab #efcaab

Monochromatic Colors of #efecab

#efecab

Complementary Color

#efecab #abaeef

#efecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecab Color CSS Codes

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

#efecab Text Font Color

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

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


#efecab Background Color

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

This div background color is #efecab


#efecab Border Color

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

This div border color is #efecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecab


Comments

No comments written yet.

Please login to write comment.