Color Hex Logo

#eccbc0 Color Hex

#ECCBC0
(236,203,192)
0 Favorites   0 Comments

Color spaces of #eccbc0

RGB 236203192
HSL0.040.540.84
HSV15°19°93°
CMYK 0.000.140.19   0.07
XYZ65.462464.350558.8398
Yxy64.35050.34700.3411
Hunter Lab80.21885.281812.6644
CIE-Lab84.14799.88609.7641

#eccbc0 color RGB value is (236,203,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11000000
Octal 354 313 300
Decimal 236 203 192
Hex EC CB C0

RGB Percentages of Color #eccbc0

%37.40
%32.17
%30.43

CMYK Percentages of Color #eccbc0

%0
%14
%19
%7

Triadic Colors of #eccbc0

#eccbc0 #c0eccb #cbc0ec

Analogous Colors of #eccbc0

#eccbc0 #ece1c0 #ecc0cb

Monochromatic Colors of #eccbc0

#eccbc0

Complementary Color

#eccbc0 #c0e1ec

#eccbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbc0 Color CSS Codes

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

#eccbc0 Text Font Color

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

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


#eccbc0 Background Color

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

This div background color is #eccbc0


#eccbc0 Border Color

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

This div border color is #eccbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbc0


Comments

No comments written yet.

Please login to write comment.