Color Hex Logo

#efd4cd Color Hex

#EFD4CD
(239,212,205)
0 Favorites   0 Comments

Color spaces of #efd4cd

RGB 239212205
HSL0.030.520.87
HSV12°14°94°
CMYK 0.000.110.14   0.06
XYZ70.159569.845567.5413
Yxy69.84550.33800.3365
Hunter Lab83.57363.595710.5854
CIE-Lab86.92108.25106.8812

#efd4cd color RGB value is (239,212,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 11001101
Octal 357 324 315
Decimal 239 212 205
Hex EF D4 CD

RGB Percentages of Color #efd4cd

%36.43
%32.32
%31.25

CMYK Percentages of Color #efd4cd

%0
%11
%14
%6

Triadic Colors of #efd4cd

#efd4cd #cdefd4 #d4cdef

Analogous Colors of #efd4cd

#efd4cd #efe5cd #efcdd7

Monochromatic Colors of #efd4cd

#efd4cd

Complementary Color

#efd4cd #cde8ef

#efd4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4cd Color CSS Codes

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

#efd4cd Text Font Color

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

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


#efd4cd Background Color

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

This div background color is #efd4cd


#efd4cd Border Color

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

This div border color is #efd4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4cd


Comments

No comments written yet.

Please login to write comment.