Color Hex Logo

#ecadbe Color Hex

#ECADBE
(236,173,190)
0 Favorites   0 Comments

Color spaces of #ecadbe

RGB 236173190
HSL0.960.620.80
HSV344°27°93°
CMYK 0.000.270.19   0.07
XYZ58.829951.437755.5430
Yxy51.43770.35480.3102
Hunter Lab71.720120.90824.2874
CIE-Lab76.943425.49340.4437

#ecadbe color RGB value is (236,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 10111110
Octal 354 255 276
Decimal 236 173 190
Hex EC AD BE

RGB Percentages of Color #ecadbe

%39.40
%28.88
%31.72

CMYK Percentages of Color #ecadbe

%0
%27
%19
%7

Triadic Colors of #ecadbe

#ecadbe #beecad #adbeec

Analogous Colors of #ecadbe

#ecadbe #ecbcad #ecadde

Monochromatic Colors of #ecadbe

#ecadbe

Complementary Color

#ecadbe #adecdb

#ecadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadbe Color CSS Codes

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

#ecadbe Text Font Color

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

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


#ecadbe Background Color

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

This div background color is #ecadbe


#ecadbe Border Color

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

This div border color is #ecadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadbe


Comments

No comments written yet.

Please login to write comment.