Color Hex Logo

#eccdbc Color Hex

#ECCDBC
(236,205,188)
0 Favorites   0 Comments

Color spaces of #eccdbc

RGB 236205188
HSL0.060.560.83
HSV21°20°93°
CMYK 0.000.130.20   0.07
XYZ65.500565.126456.6953
Yxy65.12640.34970.3477
Hunter Lab80.70093.652014.8373
CIE-Lab84.54888.243612.4590

#eccdbc color RGB value is (236,205,188).

#eccdbc hex color red value is 236, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eccdbc hue: 0.06 , saturation: 0.56 and the lightness value of eccdbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 10111100
Octal 354 315 274
Decimal 236 205 188
Hex EC CD BC

RGB Percentages of Color #eccdbc

%37.52
%32.59
%29.89

CMYK Percentages of Color #eccdbc

%0
%13
%20
%7

Triadic Colors of #eccdbc

#eccdbc #bceccd #cdbcec

Analogous Colors of #eccdbc

#eccdbc #ece5bc #ecbcc3

Monochromatic Colors of #eccdbc

#eccdbc

Complementary Color

#eccdbc #bcdbec

#eccdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdbc Color CSS Codes

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

#eccdbc Text Font Color

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

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


#eccdbc Background Color

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

This div background color is #eccdbc


#eccdbc Border Color

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

This div border color is #eccdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdbc


Comments

No comments written yet.

Please login to write comment.