Color Hex Logo

#ebbadd Color Hex

#EBBADD
(235,186,221)
0 Favorites   0 Comments

Color spaces of #ebbadd

RGB 235186221
HSL0.880.550.83
HSV317°21°92°
CMYK 0.000.210.06   0.08
XYZ64.871058.000476.1827
Yxy58.00040.32590.2914
Hunter Lab76.158018.7689-5.9986
CIE-Lab80.739023.2458-10.7619

#ebbadd color RGB value is (235,186,221).

#ebbadd hex color red value is 235, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebbadd hue: 0.88 , saturation: 0.55 and the lightness value of ebbadd is 0.83.

The process color (four color CMYK) of #ebbadd color hex is 0.00, 0.21, 0.06, 0.08. Web safe color of #ebbadd is #ffcccc. Color #ebbadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11011101
Octal 353 272 335
Decimal 235 186 221
Hex EB BA DD

RGB Percentages of Color #ebbadd

%36.60
%28.97
%34.42

CMYK Percentages of Color #ebbadd

%0
%21
%6
%8

Triadic Colors of #ebbadd

#ebbadd #ddebba #baddeb

Analogous Colors of #ebbadd

#ebbadd #ebbac5 #e1baeb

Monochromatic Colors of #ebbadd

#ebbadd

Complementary Color

#ebbadd #baebc8

#ebbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbadd Color CSS Codes

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

#ebbadd Text Font Color

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

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


#ebbadd Background Color

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

This div background color is #ebbadd


#ebbadd Border Color

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

This div border color is #ebbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbadd


Comments

No comments written yet.

Please login to write comment.