Color Hex Logo

#eccad1 Color Hex

#ECCAD1
(236,202,209)
0 Favorites   0 Comments

Color spaces of #eccad1

RGB 236202209
HSL0.970.470.86
HSV348°14°93°
CMYK 0.000.140.11   0.07
XYZ67.221264.677469.2626
Yxy64.67740.33420.3215
Hunter Lab80.42238.46085.2329
CIE-Lab84.317213.07590.9550

#eccad1 color RGB value is (236,202,209).

#eccad1 hex color red value is 236, green value is 202 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #eccad1 hue: 0.97 , saturation: 0.47 and the lightness value of eccad1 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11010001
Octal 354 312 321
Decimal 236 202 209
Hex EC CA D1

RGB Percentages of Color #eccad1

%36.48
%31.22
%32.30

CMYK Percentages of Color #eccad1

%0
%14
%11
%7

Triadic Colors of #eccad1

#eccad1 #d1ecca #cad1ec

Analogous Colors of #eccad1

#eccad1 #ecd4ca #eccae2

Monochromatic Colors of #eccad1

#eccad1

Complementary Color

#eccad1 #caece5

#eccad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccad1 Color CSS Codes

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

#eccad1 Text Font Color

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

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


#eccad1 Background Color

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

This div background color is #eccad1


#eccad1 Border Color

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

This div border color is #eccad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccad1


Comments

No comments written yet.

Please login to write comment.