Color Hex Logo

#efdda9 Color Hex

#EFDDA9
(239,221,169)
0 Favorites   0 Comments

Color spaces of #efdda9

RGB 239221169
HSL0.120.690.80
HSV45°29°94°
CMYK 0.000.080.29   0.06
XYZ68.614572.928247.9963
Yxy72.92820.36200.3848
Hunter Lab85.3980-6.027626.4558
CIE-Lab88.4135-1.523527.8123

#efdda9 color RGB value is (239,221,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10101001
Octal 357 335 251
Decimal 239 221 169
Hex EF DD A9

RGB Percentages of Color #efdda9

%38.00
%35.14
%26.87

CMYK Percentages of Color #efdda9

%0
%8
%29
%6

Triadic Colors of #efdda9

#efdda9 #a9efdd #dda9ef

Analogous Colors of #efdda9

#efdda9 #deefa9 #efbaa9

Monochromatic Colors of #efdda9

#efdda9

Complementary Color

#efdda9 #a9bbef

#efdda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdda9 Color CSS Codes

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

#efdda9 Text Font Color

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

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


#efdda9 Background Color

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

This div background color is #efdda9


#efdda9 Border Color

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

This div border color is #efdda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdda9


Comments

No comments written yet.

Please login to write comment.