Color Hex Logo

#ecccb0 Color Hex

#ECCCB0
(236,204,176)
0 Favorites   0 Comments

Color spaces of #ecccb0

RGB 236204176
HSL0.080.610.81
HSV28°25°93°
CMYK 0.000.140.25   0.07
XYZ64.021464.153250.0828
Yxy64.15320.35920.3599
Hunter Lab80.09572.509618.9937
CIE-Lab84.04557.063618.1068

#ecccb0 color RGB value is (236,204,176).

#ecccb0 hex color red value is 236, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ecccb0 hue: 0.08 , saturation: 0.61 and the lightness value of ecccb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 10110000
Octal 354 314 260
Decimal 236 204 176
Hex EC CC B0

RGB Percentages of Color #ecccb0

%38.31
%33.12
%28.57

CMYK Percentages of Color #ecccb0

%0
%14
%25
%7

Triadic Colors of #ecccb0

#ecccb0 #b0eccc #ccb0ec

Analogous Colors of #ecccb0

#ecccb0 #eceab0 #ecb0b2

Monochromatic Colors of #ecccb0

#ecccb0

Complementary Color

#ecccb0 #b0d0ec

#ecccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccb0 Color CSS Codes

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

#ecccb0 Text Font Color

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

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


#ecccb0 Background Color

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

This div background color is #ecccb0


#ecccb0 Border Color

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

This div border color is #ecccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccb0


Comments

No comments written yet.

Please login to write comment.