Color Hex Logo

#efdba9 Color Hex

#EFDBA9
(239,219,169)
0 Favorites   0 Comments

Color spaces of #efdba9

RGB 239219169
HSL0.120.690.80
HSV43°29°94°
CMYK 0.000.080.29   0.06
XYZ68.089671.878347.8213
Yxy71.87830.36260.3828
Hunter Lab84.7811-5.009525.9038
CIE-Lab87.9100-0.500027.1294

#efdba9 color RGB value is (239,219,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10101001
Octal 357 333 251
Decimal 239 219 169
Hex EF DB A9

RGB Percentages of Color #efdba9

%38.12
%34.93
%26.95

CMYK Percentages of Color #efdba9

%0
%8
%29
%6

Triadic Colors of #efdba9

#efdba9 #a9efdb #dba9ef

Analogous Colors of #efdba9

#efdba9 #e0efa9 #efb8a9

Monochromatic Colors of #efdba9

#efdba9

Complementary Color

#efdba9 #a9bdef

#efdba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdba9 Color CSS Codes

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

#efdba9 Text Font Color

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

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


#efdba9 Background Color

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

This div background color is #efdba9


#efdba9 Border Color

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

This div border color is #efdba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdba9


Comments

No comments written yet.

Please login to write comment.