Color Hex Logo

#efdade Color Hex

#EFDADE
(239,218,222)
0 Favorites   0 Comments

Color spaces of #efdade

RGB 239218222
HSL0.970.400.90
HSV349°94°
CMYK 0.000.090.07   0.06
XYZ73.852873.767579.4533
Yxy73.76750.32520.3249
Hunter Lab85.88803.18345.2736
CIE-Lab88.81257.89210.6525

#efdade color RGB value is (239,218,222).

#efdade hex color red value is 239, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efdade hue: 0.97 , saturation: 0.40 and the lightness value of efdade is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11011110
Octal 357 332 336
Decimal 239 218 222
Hex EF DA DE

RGB Percentages of Color #efdade

%35.20
%32.11
%32.70

CMYK Percentages of Color #efdade

%0
%9
%7
%6

Triadic Colors of #efdade

#efdade #deefda #dadeef

Analogous Colors of #efdade

#efdade #efe1da #efdae9

Monochromatic Colors of #efdade

#efdade

Complementary Color

#efdade #daefeb

#efdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdade Color CSS Codes

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

#efdade Text Font Color

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

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


#efdade Background Color

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

This div background color is #efdade


#efdade Border Color

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

This div border color is #efdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdade


Comments

No comments written yet.

Please login to write comment.