Color Hex Logo

#efcdab Color Hex

#EFCDAB
(239,205,171)
2 Favorites   2 Comments

Color spaces of #efcdab

RGB 239205171
HSL0.080.680.80
HSV30°28°94°
CMYK 0.000.140.28   0.06
XYZ64.778664.953647.6512
Yxy64.95360.36520.3662
Hunter Lab80.59382.433221.3604
CIE-Lab84.45986.998821.3613

#efcdab color RGB value is (239,205,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10101011
Octal 357 315 253
Decimal 239 205 171
Hex EF CD AB

RGB Percentages of Color #efcdab

%38.86
%33.33
%27.80

CMYK Percentages of Color #efcdab

%0
%14
%28
%6

Triadic Colors of #efcdab

#efcdab #abefcd #cdabef

Analogous Colors of #efcdab

#efcdab #efefab #efabab

Monochromatic Colors of #efcdab

#efcdab

Complementary Color

#efcdab #abcdef

#efcdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdab Color CSS Codes

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

#efcdab Text Font Color

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

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


#efcdab Background Color

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

This div background color is #efcdab


#efcdab Border Color

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

This div border color is #efcdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdab

#efcdab Color Palettes


Comments

25 Mar 2021, 19:43 Bit125

bethaalp orange

20 Mar 2020, 20:02 Cartlax

"Alphabet" Orange

Please login to write comment.