Color Hex Logo

#efded1 Color Hex

#EFDED1
(239,222,209)
1 Favorites   0 Comments

Color spaces of #efded1

RGB 239222209
HSL0.070.480.88
HSV26°13°94°
CMYK 0.000.070.13   0.06
XYZ73.226575.196770.9766
Yxy75.19670.33380.3427
Hunter Lab86.7160-1.020512.1727
CIE-Lab89.48513.69008.4578

#efded1 color RGB value is (239,222,209).

#efded1 hex color red value is 239, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #efded1 hue: 0.07 , saturation: 0.48 and the lightness value of efded1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11010001
Octal 357 336 321
Decimal 239 222 209
Hex EF DE D1

RGB Percentages of Color #efded1

%35.67
%33.13
%31.19

CMYK Percentages of Color #efded1

%0
%7
%13
%6

Triadic Colors of #efded1

#efded1 #d1efde #ded1ef

Analogous Colors of #efded1

#efded1 #efedd1 #efd1d3

Monochromatic Colors of #efded1

#efded1

Complementary Color

#efded1 #d1e2ef

#efded1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efded1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efded1 Color CSS Codes

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

#efded1 Text Font Color

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

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


#efded1 Background Color

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

This div background color is #efded1


#efded1 Border Color

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

This div border color is #efded1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efded1

#efded1 Color Palettes


Comments

No comments written yet.

Please login to write comment.