Color Hex Logo

#efd7cd Color Hex

#EFD7CD
(239,215,205)
0 Favorites   0 Comments

Color spaces of #efd7cd

RGB 239215205
HSL0.050.520.87
HSV18°14°94°
CMYK 0.000.100.14   0.06
XYZ70.916571.359467.7936
Yxy71.35940.33760.3397
Hunter Lab84.47452.020711.5499
CIE-Lab87.65936.68807.9420

#efd7cd color RGB value is (239,215,205).

#efd7cd hex color red value is 239, green value is 215 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #efd7cd hue: 0.05 , saturation: 0.52 and the lightness value of efd7cd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 11001101
Octal 357 327 315
Decimal 239 215 205
Hex EF D7 CD

RGB Percentages of Color #efd7cd

%36.27
%32.63
%31.11

CMYK Percentages of Color #efd7cd

%0
%10
%14
%6

Triadic Colors of #efd7cd

#efd7cd #cdefd7 #d7cdef

Analogous Colors of #efd7cd

#efd7cd #efe8cd #efcdd4

Monochromatic Colors of #efd7cd

#efd7cd

Complementary Color

#efd7cd #cde5ef

#efd7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd7cd Color CSS Codes

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

#efd7cd Text Font Color

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

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


#efd7cd Background Color

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

This div background color is #efd7cd


#efd7cd Border Color

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

This div border color is #efd7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd7cd


Comments

No comments written yet.

Please login to write comment.