Color Hex Logo

#ecb9da Color Hex

#ECB9DA
(236,185,218)
0 Favorites   0 Comments

Color spaces of #ecb9da

RGB 236185218
HSL0.890.570.83
HSV321°22°93°
CMYK 0.000.220.08   0.07
XYZ64.595957.592774.0416
Yxy57.59270.32920.2935
Hunter Lab75.889919.1283-4.7231
CIE-Lab80.511823.6020-9.4744

#ecb9da color RGB value is (236,185,218).

#ecb9da hex color red value is 236, green value is 185 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ecb9da hue: 0.89 , saturation: 0.57 and the lightness value of ecb9da is 0.83.

The process color (four color CMYK) of #ecb9da color hex is 0.00, 0.22, 0.08, 0.07. Web safe color of #ecb9da is #ffcccc. Color #ecb9da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 11011010
Octal 354 271 332
Decimal 236 185 218
Hex EC B9 DA

RGB Percentages of Color #ecb9da

%36.93
%28.95
%34.12

CMYK Percentages of Color #ecb9da

%0
%22
%8
%7

Triadic Colors of #ecb9da

#ecb9da #daecb9 #b9daec

Analogous Colors of #ecb9da

#ecb9da #ecb9c1 #e5b9ec

Monochromatic Colors of #ecb9da

#ecb9da

Complementary Color

#ecb9da #b9eccb

#ecb9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb9da Color CSS Codes

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

#ecb9da Text Font Color

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

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


#ecb9da Background Color

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

This div background color is #ecb9da


#ecb9da Border Color

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

This div border color is #ecb9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb9da


Comments

No comments written yet.

Please login to write comment.