Color Hex Logo

#efdeaa Color Hex

#EFDEAA
(239,222,170)
0 Favorites   0 Comments

Color spaces of #efdeaa

RGB 239222170
HSL0.130.680.80
HSV45°29°94°
CMYK 0.000.070.29   0.06
XYZ68.973673.495648.5810
Yxy73.49560.36100.3847
Hunter Lab85.7296-6.414926.4124
CIE-Lab88.6835-1.906627.6623

#efdeaa color RGB value is (239,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10101010
Octal 357 336 252
Decimal 239 222 170
Hex EF DE AA

RGB Percentages of Color #efdeaa

%37.88
%35.18
%26.94

CMYK Percentages of Color #efdeaa

%0
%7
%29
%6

Triadic Colors of #efdeaa

#efdeaa #aaefde #deaaef

Analogous Colors of #efdeaa

#efdeaa #deefaa #efbcaa

Monochromatic Colors of #efdeaa

#efdeaa

Complementary Color

#efdeaa #aabbef

#efdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeaa Color CSS Codes

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

#efdeaa Text Font Color

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

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


#efdeaa Background Color

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

This div background color is #efdeaa


#efdeaa Border Color

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

This div border color is #efdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeaa


Comments

No comments written yet.

Please login to write comment.