Color Hex Logo

#efdbba Color Hex

#EFDBBA
(239,219,186)
0 Favorites   0 Comments

Color spaces of #efdbba

RGB 239219186
HSL0.100.620.83
HSV37°22°94°
CMYK 0.000.080.22   0.06
XYZ69.791072.558956.7813
Yxy72.55890.35050.3644
Hunter Lab85.1815-2.818920.1048
CIE-Lab88.23691.786518.7364

#efdbba color RGB value is (239,219,186).

#efdbba hex color red value is 239, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efdbba hue: 0.10 , saturation: 0.62 and the lightness value of efdbba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10111010
Octal 357 333 272
Decimal 239 219 186
Hex EF DB BA

RGB Percentages of Color #efdbba

%37.11
%34.01
%28.88

CMYK Percentages of Color #efdbba

%0
%8
%22
%6

Triadic Colors of #efdbba

#efdbba #baefdb #dbbaef

Analogous Colors of #efdbba

#efdbba #e9efba #efc1ba

Monochromatic Colors of #efdbba

#efdbba

Complementary Color

#efdbba #baceef

#efdbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbba Color CSS Codes

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

#efdbba Text Font Color

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

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


#efdbba Background Color

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

This div background color is #efdbba


#efdbba Border Color

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

This div border color is #efdbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbba


Comments

No comments written yet.

Please login to write comment.