Color Hex Logo

#ecbaed Color Hex

#ECBAED
(236,186,237)
0 Favorites   0 Comments

Color spaces of #ecbaed

RGB 236186237
HSL0.830.590.83
HSV299°22°93°
CMYK 0.000.220.00   0.07
XYZ67.437059.065187.9672
Yxy59.06510.31440.2754
Hunter Lab76.853822.1344-14.0659
CIE-Lab81.327426.4394-18.4673

#ecbaed color RGB value is (236,186,237).

#ecbaed hex color red value is 236, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ecbaed hue: 0.83 , saturation: 0.59 and the lightness value of ecbaed is 0.83.

The process color (four color CMYK) of #ecbaed color hex is 0.00, 0.22, 0.00, 0.07. Web safe color of #ecbaed is #ffccff. Color #ecbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11101101
Octal 354 272 355
Decimal 236 186 237
Hex EC BA ED

RGB Percentages of Color #ecbaed

%35.81
%28.22
%35.96

CMYK Percentages of Color #ecbaed

%0
%22
%0
%7

Triadic Colors of #ecbaed

#ecbaed #edecba #baedec

Analogous Colors of #ecbaed

#ecbaed #edbad5 #d3baed

Monochromatic Colors of #ecbaed

#ecbaed

Complementary Color

#ecbaed #bbedba

#ecbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbaed Color CSS Codes

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

#ecbaed Text Font Color

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

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


#ecbaed Background Color

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

This div background color is #ecbaed


#ecbaed Border Color

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

This div border color is #ecbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbaed


Comments

No comments written yet.

Please login to write comment.