Color Hex Logo

#ecadba Color Hex

#ECADBA
(236,173,186)
0 Favorites   0 Comments

Color spaces of #ecadba

RGB 236173186
HSL0.970.620.80
HSV348°27°93°
CMYK 0.000.270.21   0.07
XYZ58.398651.265253.2716
Yxy51.26520.35840.3146
Hunter Lab71.599720.28976.0069
CIE-Lab76.839424.89792.4731

#ecadba color RGB value is (236,173,186).

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

The process color (four color CMYK) of #ecadba color hex is 0.00, 0.27, 0.21, 0.07. Web safe color of #ecadba is #ff99cc. Color #ecadba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 10111010
Octal 354 255 272
Decimal 236 173 186
Hex EC AD BA

RGB Percentages of Color #ecadba

%39.66
%29.08
%31.26

CMYK Percentages of Color #ecadba

%0
%27
%21
%7

Triadic Colors of #ecadba

#ecadba #baecad #adbaec

Analogous Colors of #ecadba

#ecadba #ecc0ad #ecadda

Monochromatic Colors of #ecadba

#ecadba

Complementary Color

#ecadba #adecdf

#ecadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadba Color CSS Codes

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

#ecadba Text Font Color

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

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


#ecadba Background Color

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

This div background color is #ecadba


#ecadba Border Color

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

This div border color is #ecadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadba


Comments

No comments written yet.

Please login to write comment.