Color Hex Logo

#efddbd Color Hex

#EFDDBD
(239,221,189)
0 Favorites   0 Comments

Color spaces of #efddbd

RGB 239221189
HSL0.110.610.84
HSV38°21°94°
CMYK 0.000.080.21   0.06
XYZ70.638473.737758.6539
Yxy73.73770.34790.3632
Hunter Lab85.8707-3.437119.6115
CIE-Lab88.79841.184817.9539

#efddbd color RGB value is (239,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10111101
Octal 357 335 275
Decimal 239 221 189
Hex EF DD BD

RGB Percentages of Color #efddbd

%36.83
%34.05
%29.12

CMYK Percentages of Color #efddbd

%0
%8
%21
%6

Triadic Colors of #efddbd

#efddbd #bdefdd #ddbdef

Analogous Colors of #efddbd

#efddbd #e8efbd #efc4bd

Monochromatic Colors of #efddbd

#efddbd

Complementary Color

#efddbd #bdcfef

#efddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddbd Color CSS Codes

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

#efddbd Text Font Color

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

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


#efddbd Background Color

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

This div background color is #efddbd


#efddbd Border Color

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

This div border color is #efddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddbd


Comments

No comments written yet.

Please login to write comment.