Color Hex Logo

#ec9bae Color Hex

#EC9BAE
(236,155,174)
0 Favorites   0 Comments

Color spaces of #ec9bae

RGB 236155174
HSL0.960.680.77
HSV346°34°93°
CMYK 0.000.340.26   0.07
XYZ53.953444.331545.7576
Yxy44.33150.37460.3078
Hunter Lab66.581928.12585.8610
CIE-Lab72.449532.74872.6925

#ec9bae color RGB value is (236,155,174).

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

The process color (four color CMYK) of #ec9bae color hex is 0.00, 0.34, 0.26, 0.07. Web safe color of #ec9bae is #ff9999. Color #ec9bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011011 10101110
Octal 354 233 256
Decimal 236 155 174
Hex EC 9B AE

RGB Percentages of Color #ec9bae

%41.77
%27.43
%30.80

CMYK Percentages of Color #ec9bae

%0
%34
%26
%7

Triadic Colors of #ec9bae

#ec9bae #aeec9b #9baeec

Analogous Colors of #ec9bae

#ec9bae #ecb19b #ec9bd7

Monochromatic Colors of #ec9bae

#ec9bae

Complementary Color

#ec9bae #9becd9

#ec9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9bae Color CSS Codes

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

#ec9bae Text Font Color

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

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


#ec9bae Background Color

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

This div background color is #ec9bae


#ec9bae Border Color

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

This div border color is #ec9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9bae


Comments

No comments written yet.

Please login to write comment.