Color Hex Logo

#efdabe Color Hex

#EFDABE
(239,218,190)
0 Favorites   0 Comments

Color spaces of #efdabe

RGB 239218190
HSL0.100.600.84
HSV34°21°94°
CMYK 0.000.090.21   0.06
XYZ69.962372.211258.9660
Yxy72.21120.34780.3590
Hunter Lab84.9772-1.749818.3425
CIE-Lab88.07012.874116.4102

#efdabe color RGB value is (239,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10111110
Octal 357 332 276
Decimal 239 218 190
Hex EF DA BE

RGB Percentages of Color #efdabe

%36.94
%33.69
%29.37

CMYK Percentages of Color #efdabe

%0
%9
%21
%6

Triadic Colors of #efdabe

#efdabe #beefda #dabeef

Analogous Colors of #efdabe

#efdabe #ecefbe #efc2be

Monochromatic Colors of #efdabe

#efdabe

Complementary Color

#efdabe #bed3ef

#efdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdabe Color CSS Codes

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

#efdabe Text Font Color

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

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


#efdabe Background Color

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

This div background color is #efdabe


#efdabe Border Color

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

This div border color is #efdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdabe


Comments

No comments written yet.

Please login to write comment.