Color Hex Logo

#efddb9 Color Hex

#EFDDB9
(239,221,185)
0 Favorites   0 Comments

Color spaces of #efddb9

RGB 239221185
HSL0.110.630.83
HSV40°23°94°
CMYK 0.000.080.23   0.06
XYZ70.210073.566456.3982
Yxy73.56640.35070.3675
Hunter Lab85.7709-3.983121.0538
CIE-Lab88.71720.617419.9273

#efddb9 color RGB value is (239,221,185).

#efddb9 hex color red value is 239, green value is 221 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #efddb9 hue: 0.11 , saturation: 0.63 and the lightness value of efddb9 is 0.83.

The process color (four color CMYK) of #efddb9 color hex is 0.00, 0.08, 0.23, 0.06. Web safe color of #efddb9 is #ffcccc. Color #efddb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10111001
Octal 357 335 271
Decimal 239 221 185
Hex EF DD B9

RGB Percentages of Color #efddb9

%37.05
%34.26
%28.68

CMYK Percentages of Color #efddb9

%0
%8
%23
%6

Triadic Colors of #efddb9

#efddb9 #b9efdd #ddb9ef

Analogous Colors of #efddb9

#efddb9 #e6efb9 #efc2b9

Monochromatic Colors of #efddb9

#efddb9

Complementary Color

#efddb9 #b9cbef

#efddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddb9 Color CSS Codes

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

#efddb9 Text Font Color

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

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


#efddb9 Background Color

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

This div background color is #efddb9


#efddb9 Border Color

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

This div border color is #efddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddb9


Comments

No comments written yet.

Please login to write comment.