Color Hex Logo

#efd8ba Color Hex

#EFD8BA
(239,216,186)
0 Favorites   0 Comments

Color spaces of #efd8ba

RGB 239216186
HSL0.090.620.83
HSV34°22°94°
CMYK 0.000.100.22   0.06
XYZ69.015471.007656.5227
Yxy71.00760.35110.3613
Hunter Lab84.2660-1.270819.2165
CIE-Lab87.48873.334417.6911

#efd8ba color RGB value is (239,216,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10111010
Octal 357 330 272
Decimal 239 216 186
Hex EF D8 BA

RGB Percentages of Color #efd8ba

%37.29
%33.70
%29.02

CMYK Percentages of Color #efd8ba

%0
%10
%22
%6

Triadic Colors of #efd8ba

#efd8ba #baefd8 #d8baef

Analogous Colors of #efd8ba

#efd8ba #ecefba #efbeba

Monochromatic Colors of #efd8ba

#efd8ba

Complementary Color

#efd8ba #bad1ef

#efd8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8ba Color CSS Codes

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

#efd8ba Text Font Color

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

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


#efd8ba Background Color

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

This div background color is #efd8ba


#efd8ba Border Color

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

This div border color is #efd8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8ba


Comments

No comments written yet.

Please login to write comment.