Color Hex Logo

#efdaba Color Hex

#EFDABA
(239,218,186)
0 Favorites   0 Comments

Color spaces of #efdaba

RGB 239218186
HSL0.100.620.83
HSV36°22°94°
CMYK 0.000.090.22   0.06
XYZ69.530972.038756.6946
Yxy72.03870.35070.3633
Hunter Lab84.8756-2.303519.8088
CIE-Lab87.98722.301718.3879

#efdaba color RGB value is (239,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10111010
Octal 357 332 272
Decimal 239 218 186
Hex EF DA BA

RGB Percentages of Color #efdaba

%37.17
%33.90
%28.93

CMYK Percentages of Color #efdaba

%0
%9
%22
%6

Triadic Colors of #efdaba

#efdaba #baefda #dabaef

Analogous Colors of #efdaba

#efdaba #eaefba #efc0ba

Monochromatic Colors of #efdaba

#efdaba

Complementary Color

#efdaba #bacfef

#efdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaba Color CSS Codes

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

#efdaba Text Font Color

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

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


#efdaba Background Color

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

This div background color is #efdaba


#efdaba Border Color

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

This div border color is #efdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaba

#efdaba Color Palettes


Comments

No comments written yet.

Please login to write comment.