Color Hex Logo

#ecbdac Color Hex

#ECBDAC
(236,189,172)
0 Favorites   0 Comments

Color spaces of #ecbdac

RGB 236189172
HSL0.040.630.80
HSV16°27°93°
CMYK 0.000.200.27   0.07
XYZ60.236157.206646.8969
Yxy57.20660.36650.3481
Hunter Lab75.63509.796916.1822
CIE-Lab80.295714.412414.9872

#ecbdac color RGB value is (236,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10101100
Octal 354 275 254
Decimal 236 189 172
Hex EC BD AC

RGB Percentages of Color #ecbdac

%39.53
%31.66
%28.81

CMYK Percentages of Color #ecbdac

%0
%20
%27
%7

Triadic Colors of #ecbdac

#ecbdac #acecbd #bdacec

Analogous Colors of #ecbdac

#ecbdac #ecddac #ecacbb

Monochromatic Colors of #ecbdac

#ecbdac

Complementary Color

#ecbdac #acdbec

#ecbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdac Color CSS Codes

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

#ecbdac Text Font Color

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

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


#ecbdac Background Color

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

This div background color is #ecbdac


#ecbdac Border Color

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

This div border color is #ecbdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,189,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 #ecbdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdac


Comments

No comments written yet.

Please login to write comment.