Color Hex Logo

#efdce4 Color Hex

#EFDCE4
(239,220,228)
0 Favorites   0 Comments

Color spaces of #efdce4

RGB 239220228
HSL0.930.370.90
HSV335°94°
CMYK 0.000.080.05   0.06
XYZ75.193475.138683.9389
Yxy75.13860.32100.3207
Hunter Lab86.68253.14673.2644
CIE-Lab89.45797.8749-1.5613

#efdce4 color RGB value is (239,220,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11100100
Octal 357 334 344
Decimal 239 220 228
Hex EF DC E4

RGB Percentages of Color #efdce4

%34.79
%32.02
%33.19

CMYK Percentages of Color #efdce4

%0
%8
%5
%6

Triadic Colors of #efdce4

#efdce4 #e4efdc #dce4ef

Analogous Colors of #efdce4

#efdce4 #efdedc #efdcee

Monochromatic Colors of #efdce4

#efdce4

Complementary Color

#efdce4 #dcefe7

#efdce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdce4 Color CSS Codes

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

#efdce4 Text Font Color

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

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


#efdce4 Background Color

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

This div background color is #efdce4


#efdce4 Border Color

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

This div border color is #efdce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdce4


Comments

No comments written yet.

Please login to write comment.