Color Hex Logo

#efdee4 Color Hex

#EFDEE4
(239,222,228)
0 Favorites   0 Comments

Color spaces of #efdee4

RGB 239222228
HSL0.940.350.90
HSV339°94°
CMYK 0.000.070.05   0.06
XYZ75.721576.194784.1149
Yxy76.19470.32080.3228
Hunter Lab87.28962.08753.9690
CIE-Lab89.94976.8352-0.8415

#efdee4 color RGB value is (239,222,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11100100
Octal 357 336 344
Decimal 239 222 228
Hex EF DE E4

RGB Percentages of Color #efdee4

%34.69
%32.22
%33.09

CMYK Percentages of Color #efdee4

%0
%7
%5
%6

Triadic Colors of #efdee4

#efdee4 #e4efde #dee4ef

Analogous Colors of #efdee4

#efdee4 #efe1de #efdeed

Monochromatic Colors of #efdee4

#efdee4

Complementary Color

#efdee4 #deefe9

#efdee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdee4 Color CSS Codes

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

#efdee4 Text Font Color

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

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


#efdee4 Background Color

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

This div background color is #efdee4


#efdee4 Border Color

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

This div border color is #efdee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdee4

#efdee4 Color Palettes


Comments

No comments written yet.

Please login to write comment.