Color Hex Logo

#efdfd1 Color Hex

#EFDFD1
(239,223,209)
0 Favorites   0 Comments

Color spaces of #efdfd1

RGB 239223209
HSL0.080.480.88
HSV28°13°94°
CMYK 0.000.070.13   0.06
XYZ73.492975.729571.0654
Yxy75.72950.33360.3438
Hunter Lab87.0227-1.541912.4979
CIE-Lab89.73363.17388.8140

#efdfd1 color RGB value is (239,223,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11010001
Octal 357 337 321
Decimal 239 223 209
Hex EF DF D1

RGB Percentages of Color #efdfd1

%35.62
%33.23
%31.15

CMYK Percentages of Color #efdfd1

%0
%7
%13
%6

Triadic Colors of #efdfd1

#efdfd1 #d1efdf #dfd1ef

Analogous Colors of #efdfd1

#efdfd1 #efeed1 #efd1d2

Monochromatic Colors of #efdfd1

#efdfd1

Complementary Color

#efdfd1 #d1e1ef

#efdfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfd1 Color CSS Codes

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

#efdfd1 Text Font Color

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

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


#efdfd1 Background Color

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

This div background color is #efdfd1


#efdfd1 Border Color

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

This div border color is #efdfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfd1


Comments

No comments written yet.

Please login to write comment.