Color Hex Logo

#efd3ae Color Hex

#EFD3AE
(239,211,174)
0 Favorites   0 Comments

Color spaces of #efd3ae

RGB 239211174
HSL0.090.670.81
HSV34°27°94°
CMYK 0.000.120.27   0.06
XYZ66.530967.995249.6622
Yxy67.99520.36120.3692
Hunter Lab82.4592-0.283722.0132
CIE-Lab86.00404.274921.9171

#efd3ae color RGB value is (239,211,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 10101110
Octal 357 323 256
Decimal 239 211 174
Hex EF D3 AE

RGB Percentages of Color #efd3ae

%38.30
%33.81
%27.88

CMYK Percentages of Color #efd3ae

%0
%12
%27
%6

Triadic Colors of #efd3ae

#efd3ae #aeefd3 #d3aeef

Analogous Colors of #efd3ae

#efd3ae #ebefae #efb3ae

Monochromatic Colors of #efd3ae

#efd3ae

Complementary Color

#efd3ae #aecaef

#efd3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3ae Color CSS Codes

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

#efd3ae Text Font Color

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

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


#efd3ae Background Color

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

This div background color is #efd3ae


#efd3ae Border Color

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

This div border color is #efd3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3ae


Comments

No comments written yet.

Please login to write comment.