Color Hex Logo

#efcfab Color Hex

#EFCFAB
(239,207,171)
0 Favorites   0 Comments

Color spaces of #efcfab

RGB 239207171
HSL0.090.680.80
HSV32°28°94°
CMYK 0.000.130.28   0.06
XYZ65.260165.916647.8117
Yxy65.91660.36460.3683
Hunter Lab81.18901.398321.9168
CIE-Lab84.95395.956822.0428

#efcfab color RGB value is (239,207,171).

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

The process color (four color CMYK) of #efcfab color hex is 0.00, 0.13, 0.28, 0.06. Web safe color of #efcfab is #ffcc99. Color #efcfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10101011
Octal 357 317 253
Decimal 239 207 171
Hex EF CF AB

RGB Percentages of Color #efcfab

%38.74
%33.55
%27.71

CMYK Percentages of Color #efcfab

%0
%13
%28
%6

Triadic Colors of #efcfab

#efcfab #abefcf #cfabef

Analogous Colors of #efcfab

#efcfab #edefab #efadab

Monochromatic Colors of #efcfab

#efcfab

Complementary Color

#efcfab #abcbef

#efcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfab Color CSS Codes

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

#efcfab Text Font Color

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

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


#efcfab Background Color

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

This div background color is #efcfab


#efcfab Border Color

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

This div border color is #efcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfab


Comments

No comments written yet.

Please login to write comment.