Color Hex Logo

#ebaadb Color Hex

#EBAADB
(235,170,219)
0 Favorites   0 Comments

Color spaces of #ebaadb

RGB 235170219
HSL0.870.620.79
HSV315°28°92°
CMYK 0.000.280.07   0.08
XYZ61.421951.526173.7261
Yxy51.52610.32900.2760
Hunter Lab71.781727.1203-10.6489
CIE-Lab76.996631.4324-15.2850

#ebaadb color RGB value is (235,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11011011
Octal 353 252 333
Decimal 235 170 219
Hex EB AA DB

RGB Percentages of Color #ebaadb

%37.66
%27.24
%35.10

CMYK Percentages of Color #ebaadb

%0
%28
%7
%8

Triadic Colors of #ebaadb

#ebaadb #dbebaa #aadbeb

Analogous Colors of #ebaadb

#ebaadb #ebaabb #dbaaeb

Monochromatic Colors of #ebaadb

#ebaadb

Complementary Color

#ebaadb #aaebba

#ebaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaadb Color CSS Codes

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

#ebaadb Text Font Color

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

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


#ebaadb Background Color

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

This div background color is #ebaadb


#ebaadb Border Color

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

This div border color is #ebaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaadb


Comments

No comments written yet.

Please login to write comment.