Color Hex Logo

#eccbc2 Color Hex

#ECCBC2
(236,203,194)
0 Favorites   0 Comments

Color spaces of #eccbc2

RGB 236203194
HSL0.040.530.84
HSV13°18°93°
CMYK 0.000.140.18   0.07
XYZ65.685664.439860.0151
Yxy64.43980.34550.3389
Hunter Lab80.27445.579811.8654
CIE-Lab84.194210.18778.7664

#eccbc2 color RGB value is (236,203,194).

#eccbc2 hex color red value is 236, green value is 203 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #eccbc2 hue: 0.04 , saturation: 0.53 and the lightness value of eccbc2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11000010
Octal 354 313 302
Decimal 236 203 194
Hex EC CB C2

RGB Percentages of Color #eccbc2

%37.28
%32.07
%30.65

CMYK Percentages of Color #eccbc2

%0
%14
%18
%7

Triadic Colors of #eccbc2

#eccbc2 #c2eccb #cbc2ec

Analogous Colors of #eccbc2

#eccbc2 #ece0c2 #ecc2ce

Monochromatic Colors of #eccbc2

#eccbc2

Complementary Color

#eccbc2 #c2e3ec

#eccbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbc2 Color CSS Codes

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

#eccbc2 Text Font Color

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

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


#eccbc2 Background Color

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

This div background color is #eccbc2


#eccbc2 Border Color

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

This div border color is #eccbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbc2


Comments

No comments written yet.

Please login to write comment.