Color Hex Logo

#eccaca Color Hex

#ECCACA
(236,202,202)
1 Favorites   0 Comments

Color spaces of #eccaca

RGB 236202202
HSL0.000.470.86
HSV14°93°
CMYK 0.000.140.14   0.07
XYZ66.373364.338264.7974
Yxy64.33820.33950.3291
Hunter Lab80.21117.33638.2512
CIE-Lab84.141511.95214.4308

#eccaca color RGB value is (236,202,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11001010
Octal 354 312 312
Decimal 236 202 202
Hex EC CA CA

RGB Percentages of Color #eccaca

%36.88
%31.56
%31.56

CMYK Percentages of Color #eccaca

%0
%14
%14
%7

Triadic Colors of #eccaca

#eccaca #caecca #cacaec

Analogous Colors of #eccaca

#eccaca #ecdbca #eccadb

Monochromatic Colors of #eccaca

#eccaca

Complementary Color

#eccaca #caecec

#eccaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccaca Color CSS Codes

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

#eccaca Text Font Color

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

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


#eccaca Background Color

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

This div background color is #eccaca


#eccaca Border Color

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

This div border color is #eccaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccaca


Comments

No comments written yet.

Please login to write comment.