Color Hex Logo

#efddbb Color Hex

#EFDDBB
(239,221,187)
0 Favorites   0 Comments

Color spaces of #efddbb

RGB 239221187
HSL0.110.620.84
HSV39°22°94°
CMYK 0.000.080.22   0.06
XYZ70.422773.651557.5182
Yxy73.65150.34930.3653
Hunter Lab85.8205-3.711920.3372
CIE-Lab88.75750.899418.9406

#efddbb color RGB value is (239,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10111011
Octal 357 335 273
Decimal 239 221 187
Hex EF DD BB

RGB Percentages of Color #efddbb

%36.94
%34.16
%28.90

CMYK Percentages of Color #efddbb

%0
%8
%22
%6

Triadic Colors of #efddbb

#efddbb #bbefdd #ddbbef

Analogous Colors of #efddbb

#efddbb #e7efbb #efc3bb

Monochromatic Colors of #efddbb

#efddbb

Complementary Color

#efddbb #bbcdef

#efddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddbb Color CSS Codes

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

#efddbb Text Font Color

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

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


#efddbb Background Color

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

This div background color is #efddbb


#efddbb Border Color

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

This div border color is #efddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddbb


Comments

No comments written yet.

Please login to write comment.