Color Hex Logo

#ecaebd Color Hex

#ECAEBD
(236,174,189)
0 Favorites   0 Comments

Color spaces of #ecaebd

RGB 236174189
HSL0.960.620.80
HSV345°26°93°
CMYK 0.000.260.20   0.07
XYZ58.913451.779155.0334
Yxy51.77910.35550.3124
Hunter Lab71.957720.21605.0253
CIE-Lab77.148624.81061.2877

#ecaebd color RGB value is (236,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 10111101
Octal 354 256 275
Decimal 236 174 189
Hex EC AE BD

RGB Percentages of Color #ecaebd

%39.40
%29.05
%31.55

CMYK Percentages of Color #ecaebd

%0
%26
%20
%7

Triadic Colors of #ecaebd

#ecaebd #bdecae #aebdec

Analogous Colors of #ecaebd

#ecaebd #ecbeae #ecaedc

Monochromatic Colors of #ecaebd

#ecaebd

Complementary Color

#ecaebd #aeecdd

#ecaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaebd Color CSS Codes

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

#ecaebd Text Font Color

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

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


#ecaebd Background Color

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

This div background color is #ecaebd


#ecaebd Border Color

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

This div border color is #ecaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaebd


Comments

No comments written yet.

Please login to write comment.