Color Hex Logo

#ffecd5 Color Hex

#FFECD5
(255,236,213)
0 Favorites   0 Comments

Color spaces of #ffecd5

RGB 255236213
HSL0.091.000.92
HSV33°16°100°
CMYK 0.000.070.16   0.00
XYZ83.245786.055075.1735
Yxy86.05500.34050.3520
Hunter Lab92.7658-2.158916.8900
CIE-Lab94.33592.799713.4685

#ffecd5 color RGB value is (255,236,213).

#ffecd5 hex color red value is 255, green value is 236 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ffecd5 hue: 0.09 , saturation: 1.00 and the lightness value of ffecd5 is 0.92.

The process color (four color CMYK) of #ffecd5 color hex is 0.00, 0.07, 0.16, 0.00. Web safe color of #ffecd5 is #ffffcc. Color #ffecd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 11010101
Octal 377 354 325
Decimal 255 236 213
Hex FF EC D5

RGB Percentages of Color #ffecd5

%36.22
%33.52
%30.26

CMYK Percentages of Color #ffecd5

%0
%7
%16
%0

Triadic Colors of #ffecd5

#ffecd5 #d5ffec #ecd5ff

Analogous Colors of #ffecd5

#ffecd5 #fdffd5 #ffd7d5

Monochromatic Colors of #ffecd5

#ffecd5

Complementary Color

#ffecd5 #d5e8ff

#ffecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffecd5 Color CSS Codes

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

#ffecd5 Text Font Color

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

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


#ffecd5 Background Color

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

This div background color is #ffecd5


#ffecd5 Border Color

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

This div border color is #ffecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffecd5

Related Colors

#ffecd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.