Color Hex Logo

#efcdae Color Hex

#EFCDAE
(239,205,174)
0 Favorites   0 Comments

Color spaces of #efcdae

RGB 239205174
HSL0.080.670.81
HSV29°27°94°
CMYK 0.000.140.27   0.06
XYZ65.067965.069449.1746
Yxy65.06940.36290.3629
Hunter Lab80.66562.820020.3221
CIE-Lab84.51957.395719.8630

#efcdae color RGB value is (239,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10101110
Octal 357 315 256
Decimal 239 205 174
Hex EF CD AE

RGB Percentages of Color #efcdae

%38.67
%33.17
%28.16

CMYK Percentages of Color #efcdae

%0
%14
%27
%6

Triadic Colors of #efcdae

#efcdae #aeefcd #cdaeef

Analogous Colors of #efcdae

#efcdae #efeeae #efaeb0

Monochromatic Colors of #efcdae

#efcdae

Complementary Color

#efcdae #aed0ef

#efcdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdae Color CSS Codes

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

#efcdae Text Font Color

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

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


#efcdae Background Color

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

This div background color is #efcdae


#efcdae Border Color

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

This div border color is #efcdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdae

#efcdae Color Palettes


Comments

No comments written yet.

Please login to write comment.