Color Hex Logo

#eb9dae Color Hex

#EB9DAE
(235,157,174)
0 Favorites   0 Comments

Color spaces of #eb9dae

RGB 235157174
HSL0.960.660.77
HSV347°33°92°
CMYK 0.000.330.26   0.08
XYZ53.957944.832145.8540
Yxy44.83210.37300.3099
Hunter Lab66.956826.67196.2662
CIE-Lab72.781231.33053.1593

#eb9dae color RGB value is (235,157,174).

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

The process color (four color CMYK) of #eb9dae color hex is 0.00, 0.33, 0.26, 0.08. Web safe color of #eb9dae is #ff9999. Color #eb9dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 10101110
Octal 353 235 256
Decimal 235 157 174
Hex EB 9D AE

RGB Percentages of Color #eb9dae

%41.52
%27.74
%30.74

CMYK Percentages of Color #eb9dae

%0
%33
%26
%8

Triadic Colors of #eb9dae

#eb9dae #aeeb9d #9daeeb

Analogous Colors of #eb9dae

#eb9dae #ebb39d #eb9dd5

Monochromatic Colors of #eb9dae

#eb9dae

Complementary Color

#eb9dae #9debda

#eb9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9dae Color CSS Codes

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

#eb9dae Text Font Color

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

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


#eb9dae Background Color

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

This div background color is #eb9dae


#eb9dae Border Color

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

This div border color is #eb9dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9dae


Comments

No comments written yet.

Please login to write comment.