Color Hex Logo

#ecced4 Color Hex

#ECCED4
(236,206,212)
0 Favorites   0 Comments

Color spaces of #ecced4

RGB 236206212
HSL0.970.440.87
HSV348°13°93°
CMYK 0.000.130.10   0.07
XYZ68.547066.728971.5545
Yxy66.72890.33140.3226
Hunter Lab81.68786.83195.2463
CIE-Lab85.366911.46120.8880

#ecced4 color RGB value is (236,206,212).

#ecced4 hex color red value is 236, green value is 206 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ecced4 hue: 0.97 , saturation: 0.44 and the lightness value of ecced4 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001110 11010100
Octal 354 316 324
Decimal 236 206 212
Hex EC CE D4

RGB Percentages of Color #ecced4

%36.09
%31.50
%32.42

CMYK Percentages of Color #ecced4

%0
%13
%10
%7

Triadic Colors of #ecced4

#ecced4 #d4ecce #ced4ec

Analogous Colors of #ecced4

#ecced4 #ecd7ce #eccee3

Monochromatic Colors of #ecced4

#ecced4

Complementary Color

#ecced4 #ceece6

#ecced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecced4 Color CSS Codes

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

#ecced4 Text Font Color

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

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


#ecced4 Background Color

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

This div background color is #ecced4


#ecced4 Border Color

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

This div border color is #ecced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecced4


Comments

No comments written yet.

Please login to write comment.