Color Hex Logo

#efdaaa Color Hex

#EFDAAA
(239,218,170)
0 Favorites   0 Comments

Color spaces of #efdaaa

RGB 239218170
HSL0.120.680.80
HSV42°29°94°
CMYK 0.000.090.29   0.06
XYZ67.923771.395848.2310
Yxy71.39580.36220.3807
Hunter Lab84.4960-4.377525.3040
CIE-Lab87.67690.140726.2947

#efdaaa color RGB value is (239,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10101010
Octal 357 332 252
Decimal 239 218 170
Hex EF DA AA

RGB Percentages of Color #efdaaa

%38.12
%34.77
%27.11

CMYK Percentages of Color #efdaaa

%0
%9
%29
%6

Triadic Colors of #efdaaa

#efdaaa #aaefda #daaaef

Analogous Colors of #efdaaa

#efdaaa #e2efaa #efb8aa

Monochromatic Colors of #efdaaa

#efdaaa

Complementary Color

#efdaaa #aabfef

#efdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaaa Color CSS Codes

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

#efdaaa Text Font Color

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

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


#efdaaa Background Color

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

This div background color is #efdaaa


#efdaaa Border Color

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

This div border color is #efdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaaa


Comments

No comments written yet.

Please login to write comment.