Color Hex Logo

#efdfd7 Color Hex

#EFDFD7
(239,223,215)
0 Favorites   0 Comments

Color spaces of #efdfd7

RGB 239223215
HSL0.060.430.89
HSV20°10°94°
CMYK 0.000.070.10   0.06
XYZ74.250076.032475.0523
Yxy76.03240.32950.3374
Hunter Lab87.1966-0.596910.0052
CIE-Lab89.87444.13755.8713

#efdfd7 color RGB value is (239,223,215).

#efdfd7 hex color red value is 239, green value is 223 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #efdfd7 hue: 0.06 , saturation: 0.43 and the lightness value of efdfd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11010111
Octal 357 337 327
Decimal 239 223 215
Hex EF DF D7

RGB Percentages of Color #efdfd7

%35.30
%32.94
%31.76

CMYK Percentages of Color #efdfd7

%0
%7
%10
%6

Triadic Colors of #efdfd7

#efdfd7 #d7efdf #dfd7ef

Analogous Colors of #efdfd7

#efdfd7 #efebd7 #efd7db

Monochromatic Colors of #efdfd7

#efdfd7

Complementary Color

#efdfd7 #d7e7ef

#efdfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfd7 Color CSS Codes

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

#efdfd7 Text Font Color

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

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


#efdfd7 Background Color

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

This div background color is #efdfd7


#efdfd7 Border Color

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

This div border color is #efdfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfd7


Comments

No comments written yet.

Please login to write comment.