Color Hex Logo

#ecaabe Color Hex

#ECAABE
(236,170,190)
0 Favorites   0 Comments

Color spaces of #ecaabe

RGB 236170190
HSL0.950.630.80
HSV342°28°93°
CMYK 0.000.280.19   0.07
XYZ58.261150.300055.3534
Yxy50.30000.35540.3069
Hunter Lab70.922522.51903.3712
CIE-Lab76.253027.0914-0.5646

#ecaabe color RGB value is (236,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 10111110
Octal 354 252 276
Decimal 236 170 190
Hex EC AA BE

RGB Percentages of Color #ecaabe

%39.60
%28.52
%31.88

CMYK Percentages of Color #ecaabe

%0
%28
%19
%7

Triadic Colors of #ecaabe

#ecaabe #beecaa #aabeec

Analogous Colors of #ecaabe

#ecaabe #ecb7aa #ecaadf

Monochromatic Colors of #ecaabe

#ecaabe

Complementary Color

#ecaabe #aaecd8

#ecaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaabe Color CSS Codes

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

#ecaabe Text Font Color

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

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


#ecaabe Background Color

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

This div background color is #ecaabe


#ecaabe Border Color

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

This div border color is #ecaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaabe


Comments

No comments written yet.

Please login to write comment.