Color Hex Logo

#efdce1 Color Hex

#EFDCE1
(239,220,225)
0 Favorites   0 Comments

Color spaces of #efdce1

RGB 239220225
HSL0.960.370.90
HSV344°94°
CMYK 0.000.080.06   0.06
XYZ74.780474.973481.7641
Yxy74.97340.32300.3238
Hunter Lab86.58722.63274.6236
CIE-Lab89.38057.3601-0.0970

#efdce1 color RGB value is (239,220,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11100001
Octal 357 334 341
Decimal 239 220 225
Hex EF DC E1

RGB Percentages of Color #efdce1

%34.94
%32.16
%32.89

CMYK Percentages of Color #efdce1

%0
%8
%6
%6

Triadic Colors of #efdce1

#efdce1 #e1efdc #dce1ef

Analogous Colors of #efdce1

#efdce1 #efe1dc #efdceb

Monochromatic Colors of #efdce1

#efdce1

Complementary Color

#efdce1 #dcefea

#efdce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdce1 Color CSS Codes

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

#efdce1 Text Font Color

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

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


#efdce1 Background Color

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

This div background color is #efdce1


#efdce1 Border Color

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

This div border color is #efdce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdce1


Comments

No comments written yet.

Please login to write comment.