Color Hex Logo

#ecabd0 Color Hex

#ECABD0
(236,171,208)
0 Favorites   0 Comments

Color spaces of #ecabd0

RGB 236171208
HSL0.910.630.80
HSV326°28°93°
CMYK 0.000.280.12   0.07
XYZ60.540151.512866.4267
Yxy51.51280.33920.2886
Hunter Lab71.772424.9632-4.6333
CIE-Lab76.988629.3882-9.3002

#ecabd0 color RGB value is (236,171,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 11010000
Octal 354 253 320
Decimal 236 171 208
Hex EC AB D0

RGB Percentages of Color #ecabd0

%38.37
%27.80
%33.82

CMYK Percentages of Color #ecabd0

%0
%28
%12
%7

Triadic Colors of #ecabd0

#ecabd0 #d0ecab #abd0ec

Analogous Colors of #ecabd0

#ecabd0 #ecabb0 #e8abec

Monochromatic Colors of #ecabd0

#ecabd0

Complementary Color

#ecabd0 #abecc7

#ecabd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecabd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecabd0 Color CSS Codes

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

#ecabd0 Text Font Color

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

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


#ecabd0 Background Color

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

This div background color is #ecabd0


#ecabd0 Border Color

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

This div border color is #ecabd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecabd0


Comments

No comments written yet.

Please login to write comment.