Color Hex Logo

#ecb4ac Color Hex

#ECB4AC
(236,180,172)
0 Favorites   0 Comments

Color spaces of #ecb4ac

RGB 236180172
HSL0.020.630.80
HSV27°93°
CMYK 0.000.240.27   0.07
XYZ58.359753.453946.2715
Yxy53.45390.36920.3381
Hunter Lab73.112214.536213.6548
CIE-Lab78.142219.187811.9488

#ecb4ac color RGB value is (236,180,172).

#ecb4ac hex color red value is 236, green value is 180 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ecb4ac hue: 0.02 , saturation: 0.63 and the lightness value of ecb4ac is 0.80.

The process color (four color CMYK) of #ecb4ac color hex is 0.00, 0.24, 0.27, 0.07. Web safe color of #ecb4ac is #ffcc99. Color #ecb4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10101100
Octal 354 264 254
Decimal 236 180 172
Hex EC B4 AC

RGB Percentages of Color #ecb4ac

%40.14
%30.61
%29.25

CMYK Percentages of Color #ecb4ac

%0
%24
%27
%7

Triadic Colors of #ecb4ac

#ecb4ac #acecb4 #b4acec

Analogous Colors of #ecb4ac

#ecb4ac #ecd4ac #ecacc4

Monochromatic Colors of #ecb4ac

#ecb4ac

Complementary Color

#ecb4ac #ace4ec

#ecb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb4ac Color CSS Codes

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

#ecb4ac Text Font Color

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

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


#ecb4ac Background Color

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

This div background color is #ecb4ac


#ecb4ac Border Color

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

This div border color is #ecb4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb4ac


Comments

No comments written yet.

Please login to write comment.