Color Hex Logo

#efdad1 Color Hex

#EFDAD1
(239,218,209)
0 Favorites   0 Comments

Color spaces of #efdad1

RGB 239218209
HSL0.050.480.88
HSV18°13°94°
CMYK 0.000.090.13   0.06
XYZ72.176673.097070.6266
Yxy73.09700.33430.3386
Hunter Lab85.49681.070810.8699
CIE-Lab88.49405.76087.0345

#efdad1 color RGB value is (239,218,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11010001
Octal 357 332 321
Decimal 239 218 209
Hex EF DA D1

RGB Percentages of Color #efdad1

%35.89
%32.73
%31.38

CMYK Percentages of Color #efdad1

%0
%9
%13
%6

Triadic Colors of #efdad1

#efdad1 #d1efda #dad1ef

Analogous Colors of #efdad1

#efdad1 #efe9d1 #efd1d7

Monochromatic Colors of #efdad1

#efdad1

Complementary Color

#efdad1 #d1e6ef

#efdad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdad1 Color CSS Codes

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

#efdad1 Text Font Color

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

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


#efdad1 Background Color

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

This div background color is #efdad1


#efdad1 Border Color

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

This div border color is #efdad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdad1

#efdad1 Color Palettes


Comments

No comments written yet.

Please login to write comment.