Color Hex Logo

#ecabda Color Hex

#ECABDA
(236,171,218)
0 Favorites   0 Comments

Color spaces of #ecabda

RGB 236171218
HSL0.880.630.80
HSV317°28°93°
CMYK 0.000.280.08   0.07
XYZ61.809952.020673.1129
Yxy52.02060.33060.2783
Hunter Lab72.125326.7515-9.6141
CIE-Lab77.293231.0625-14.2854

#ecabda color RGB value is (236,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 11011010
Octal 354 253 332
Decimal 236 171 218
Hex EC AB DA

RGB Percentages of Color #ecabda

%37.76
%27.36
%34.88

CMYK Percentages of Color #ecabda

%0
%28
%8
%7

Triadic Colors of #ecabda

#ecabda #daecab #abdaec

Analogous Colors of #ecabda

#ecabda #ecabba #deabec

Monochromatic Colors of #ecabda

#ecabda

Complementary Color

#ecabda #abecbd

#ecabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecabda Color CSS Codes

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

#ecabda Text Font Color

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

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


#ecabda Background Color

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

This div background color is #ecabda


#ecabda Border Color

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

This div border color is #ecabda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,171,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 #ecabda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecabda


Comments

No comments written yet.

Please login to write comment.