Color Hex Logo

#ecaedb Color Hex

#ECAEDB
(236,174,219)
0 Favorites   0 Comments

Color spaces of #ecaedb

RGB 236174219
HSL0.880.620.80
HSV316°26°93°
CMYK 0.000.260.07   0.07
XYZ62.514353.219473.9954
Yxy53.21940.32950.2805
Hunter Lab72.951625.2963-9.0722
CIE-Lab78.004429.6363-13.7610

#ecaedb color RGB value is (236,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 11011011
Octal 354 256 333
Decimal 236 174 219
Hex EC AE DB

RGB Percentages of Color #ecaedb

%37.52
%27.66
%34.82

CMYK Percentages of Color #ecaedb

%0
%26
%7
%7

Triadic Colors of #ecaedb

#ecaedb #dbecae #aedbec

Analogous Colors of #ecaedb

#ecaedb #ecaebc #deaeec

Monochromatic Colors of #ecaedb

#ecaedb

Complementary Color

#ecaedb #aeecbf

#ecaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaedb Color CSS Codes

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

#ecaedb Text Font Color

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

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


#ecaedb Background Color

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

This div background color is #ecaedb


#ecaedb Border Color

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

This div border color is #ecaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaedb


Comments

No comments written yet.

Please login to write comment.