Color Hex Logo

#efded0 Color Hex

#EFDED0
(239,222,208)
0 Favorites   0 Comments

Color spaces of #efded0

RGB 239222208
HSL0.080.490.88
HSV27°13°94°
CMYK 0.000.070.13   0.06
XYZ73.103075.147370.3265
Yxy75.14730.33440.3438
Hunter Lab86.6875-1.175412.5814
CIE-Lab89.46193.53188.9490

#efded0 color RGB value is (239,222,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11010000
Octal 357 336 320
Decimal 239 222 208
Hex EF DE D0

RGB Percentages of Color #efded0

%35.72
%33.18
%31.09

CMYK Percentages of Color #efded0

%0
%7
%13
%6

Triadic Colors of #efded0

#efded0 #d0efde #ded0ef

Analogous Colors of #efded0

#efded0 #efeed0 #efd0d2

Monochromatic Colors of #efded0

#efded0

Complementary Color

#efded0 #d0e1ef

#efded0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efded0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efded0 Color CSS Codes

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

#efded0 Text Font Color

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

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


#efded0 Background Color

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

This div background color is #efded0


#efded0 Border Color

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

This div border color is #efded0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efded0


Comments

No comments written yet.

Please login to write comment.