Color Hex Logo

#ebaabd Color Hex

#EBAABD
(235,170,189)
0 Favorites   0 Comments

Color spaces of #ebaabd

RGB 235170189
HSL0.950.620.79
HSV342°28°92°
CMYK 0.000.280.20   0.08
XYZ57.821050.085754.7641
Yxy50.08570.35540.3079
Hunter Lab70.771321.98703.6602
CIE-Lab76.121826.5847-0.2223

#ebaabd color RGB value is (235,170,189).

#ebaabd hex color red value is 235, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebaabd hue: 0.95 , saturation: 0.62 and the lightness value of ebaabd is 0.79.

The process color (four color CMYK) of #ebaabd color hex is 0.00, 0.28, 0.20, 0.08. Web safe color of #ebaabd is #ff99cc. Color #ebaabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 10111101
Octal 353 252 275
Decimal 235 170 189
Hex EB AA BD

RGB Percentages of Color #ebaabd

%39.56
%28.62
%31.82

CMYK Percentages of Color #ebaabd

%0
%28
%20
%8

Triadic Colors of #ebaabd

#ebaabd #bdebaa #aabdeb

Analogous Colors of #ebaabd

#ebaabd #ebb8aa #ebaade

Monochromatic Colors of #ebaabd

#ebaabd

Complementary Color

#ebaabd #aaebd8

#ebaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaabd Color CSS Codes

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

#ebaabd Text Font Color

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

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


#ebaabd Background Color

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

This div background color is #ebaabd


#ebaabd Border Color

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

This div border color is #ebaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaabd


Comments

No comments written yet.

Please login to write comment.