Color Hex Logo

#efdee1 Color Hex

#EFDEE1
(239,222,225)
0 Favorites   0 Comments

Color spaces of #efdee1

RGB 239222225
HSL0.970.350.90
HSV349°94°
CMYK 0.000.070.06   0.06
XYZ75.308576.029581.9401
Yxy76.02950.32280.3259
Hunter Lab87.19491.57585.3195
CIE-Lab89.87306.32130.6218

#efdee1 color RGB value is (239,222,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11100001
Octal 357 336 341
Decimal 239 222 225
Hex EF DE E1

RGB Percentages of Color #efdee1

%34.84
%32.36
%32.80

CMYK Percentages of Color #efdee1

%0
%7
%6
%6

Triadic Colors of #efdee1

#efdee1 #e1efde #dee1ef

Analogous Colors of #efdee1

#efdee1 #efe4de #efdeea

Monochromatic Colors of #efdee1

#efdee1

Complementary Color

#efdee1 #deefec

#efdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdee1 Color CSS Codes

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

#efdee1 Text Font Color

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

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


#efdee1 Background Color

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

This div background color is #efdee1


#efdee1 Border Color

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

This div border color is #efdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdee1

#efdee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.