Color Hex Logo

#ecaebe Color Hex

#ECAEBE
(236,174,190)
0 Favorites   0 Comments

Color spaces of #ecaebe

RGB 236174190
HSL0.960.620.80
HSV345°26°93°
CMYK 0.000.260.19   0.07
XYZ59.022451.822755.6072
Yxy51.82270.35460.3113
Hunter Lab71.988020.37184.5930
CIE-Lab77.174724.96070.7809

#ecaebe color RGB value is (236,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 10111110
Octal 354 256 276
Decimal 236 174 190
Hex EC AE BE

RGB Percentages of Color #ecaebe

%39.33
%29.00
%31.67

CMYK Percentages of Color #ecaebe

%0
%26
%19
%7

Triadic Colors of #ecaebe

#ecaebe #beecae #aebeec

Analogous Colors of #ecaebe

#ecaebe #ecbdae #ecaedd

Monochromatic Colors of #ecaebe

#ecaebe

Complementary Color

#ecaebe #aeecdc

#ecaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaebe Color CSS Codes

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

#ecaebe Text Font Color

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

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


#ecaebe Background Color

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

This div background color is #ecaebe


#ecaebe Border Color

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

This div border color is #ecaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaebe


Comments

No comments written yet.

Please login to write comment.