Color Hex Logo

#ebadc7 Color Hex

#EBADC7
(235,173,199)
0 Favorites   0 Comments

Color spaces of #ebadc7

RGB 235173199
HSL0.930.610.80
HSV335°26°92°
CMYK 0.000.260.15   0.08
XYZ59.513351.672860.8700
Yxy51.67280.34590.3003
Hunter Lab71.883821.98530.1129
CIE-Lab77.084826.5276-4.2662

#ebadc7 color RGB value is (235,173,199).

#ebadc7 hex color red value is 235, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ebadc7 hue: 0.93 , saturation: 0.61 and the lightness value of ebadc7 is 0.80.

The process color (four color CMYK) of #ebadc7 color hex is 0.00, 0.26, 0.15, 0.08. Web safe color of #ebadc7 is #ff99cc. Color #ebadc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11000111
Octal 353 255 307
Decimal 235 173 199
Hex EB AD C7

RGB Percentages of Color #ebadc7

%38.71
%28.50
%32.78

CMYK Percentages of Color #ebadc7

%0
%26
%15
%8

Triadic Colors of #ebadc7

#ebadc7 #c7ebad #adc7eb

Analogous Colors of #ebadc7

#ebadc7 #ebb2ad #ebade6

Monochromatic Colors of #ebadc7

#ebadc7

Complementary Color

#ebadc7 #adebd1

#ebadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadc7 Color CSS Codes

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

#ebadc7 Text Font Color

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

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


#ebadc7 Background Color

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

This div background color is #ebadc7


#ebadc7 Border Color

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

This div border color is #ebadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadc7


Comments

No comments written yet.

Please login to write comment.