Color Hex Logo

#ecadaa Color Hex

#ECADAA
(236,173,170)
0 Favorites   0 Comments

Color spaces of #ecadaa

RGB 236173170
HSL0.010.630.80
HSV28°93°
CMYK 0.000.270.28   0.07
XYZ56.791350.622344.8081
Yxy50.62230.37310.3326
Hunter Lab71.149317.967112.4652
CIE-Lab76.449722.641710.6328

#ecadaa color RGB value is (236,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 10101010
Octal 354 255 252
Decimal 236 173 170
Hex EC AD AA

RGB Percentages of Color #ecadaa

%40.76
%29.88
%29.36

CMYK Percentages of Color #ecadaa

%0
%27
%28
%7

Triadic Colors of #ecadaa

#ecadaa #aaecad #adaaec

Analogous Colors of #ecadaa

#ecadaa #ecceaa #ecaac8

Monochromatic Colors of #ecadaa

#ecadaa

Complementary Color

#ecadaa #aae9ec

#ecadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadaa Color CSS Codes

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

#ecadaa Text Font Color

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

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


#ecadaa Background Color

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

This div background color is #ecadaa


#ecadaa Border Color

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

This div border color is #ecadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadaa


Comments

No comments written yet.

Please login to write comment.