Color Hex Logo

#efd8aa Color Hex

#EFD8AA
(239,216,170)
0 Favorites   0 Comments

Color spaces of #efd8aa

RGB 239216170
HSL0.110.680.80
HSV40°29°94°
CMYK 0.000.100.29   0.06
XYZ67.408270.364748.0592
Yxy70.36470.36270.3786
Hunter Lab83.8837-3.355324.7497
CIE-Lab87.17541.168725.6113

#efd8aa color RGB value is (239,216,170).

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

The process color (four color CMYK) of #efd8aa color hex is 0.00, 0.10, 0.29, 0.06. Web safe color of #efd8aa is #ffcc99. Color #efd8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10101010
Octal 357 330 252
Decimal 239 216 170
Hex EF D8 AA

RGB Percentages of Color #efd8aa

%38.24
%34.56
%27.20

CMYK Percentages of Color #efd8aa

%0
%10
%29
%6

Triadic Colors of #efd8aa

#efd8aa #aaefd8 #d8aaef

Analogous Colors of #efd8aa

#efd8aa #e4efaa #efb6aa

Monochromatic Colors of #efd8aa

#efd8aa

Complementary Color

#efd8aa #aac1ef

#efd8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8aa Color CSS Codes

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

#efd8aa Text Font Color

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

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


#efd8aa Background Color

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

This div background color is #efd8aa


#efd8aa Border Color

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

This div border color is #efd8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8aa


Comments

No comments written yet.

Please login to write comment.