Color Hex Logo

#ecad84 Color Hex

#ECAD84
(236,173,132)
0 Favorites   0 Comments

Color spaces of #ecad84

RGB 236173132
HSL0.070.730.72
HSV24°44°93°
CMYK 0.000.270.44   0.07
XYZ53.700549.386028.5319
Yxy49.38600.40800.3752
Hunter Lab70.275213.418525.1207
CIE-Lab75.690818.129630.1043

#ecad84 color RGB value is (236,173,132).

#ecad84 hex color red value is 236, green value is 173 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ecad84 hue: 0.07 , saturation: 0.73 and the lightness value of ecad84 is 0.72.

The process color (four color CMYK) of #ecad84 color hex is 0.00, 0.27, 0.44, 0.07. Web safe color of #ecad84 is #ff9999. Color #ecad84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 10000100
Octal 354 255 204
Decimal 236 173 132
Hex EC AD 84

RGB Percentages of Color #ecad84

%43.62
%31.98
%24.40

CMYK Percentages of Color #ecad84

%0
%27
%44
%7

Triadic Colors of #ecad84

#ecad84 #84ecad #ad84ec

Analogous Colors of #ecad84

#ecad84 #ece184 #ec848f

Monochromatic Colors of #ecad84

#ecad84

Complementary Color

#ecad84 #84c3ec

#ecad84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecad84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecad84 Color CSS Codes

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

#ecad84 Text Font Color

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

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


#ecad84 Background Color

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

This div background color is #ecad84


#ecad84 Border Color

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

This div border color is #ecad84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecad84


Comments

No comments written yet.

Please login to write comment.