Color Hex Logo

#efced5 Color Hex

#EFCED5
(239,206,213)
0 Favorites   0 Comments

Color spaces of #efced5

RGB 239206213
HSL0.960.510.87
HSV347°14°94°
CMYK 0.000.140.11   0.06
XYZ69.678267.297472.2681
Yxy67.29740.33300.3216
Hunter Lab82.03508.05165.1934
CIE-Lab85.653912.67700.8068

#efced5 color RGB value is (239,206,213).

#efced5 hex color red value is 239, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efced5 hue: 0.96 , saturation: 0.51 and the lightness value of efced5 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11010101
Octal 357 316 325
Decimal 239 206 213
Hex EF CE D5

RGB Percentages of Color #efced5

%36.32
%31.31
%32.37

CMYK Percentages of Color #efced5

%0
%14
%11
%6

Triadic Colors of #efced5

#efced5 #d5efce #ced5ef

Analogous Colors of #efced5

#efced5 #efd8ce #efcee6

Monochromatic Colors of #efced5

#efced5

Complementary Color

#efced5 #ceefe8

#efced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efced5 Color CSS Codes

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

#efced5 Text Font Color

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

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


#efced5 Background Color

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

This div background color is #efced5


#efced5 Border Color

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

This div border color is #efced5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efced5

#efced5 Color Palettes


Comments

No comments written yet.

Please login to write comment.