Color Hex Logo

#ebadc6 Color Hex

#EBADC6
(235,173,198)
0 Favorites   0 Comments

Color spaces of #ebadc6

RGB 235173198
HSL0.930.610.80
HSV336°26°92°
CMYK 0.000.260.16   0.08
XYZ59.397651.626560.2604
Yxy51.62650.34680.3014
Hunter Lab71.851621.82050.5708
CIE-Lab77.057026.3701-3.7623

#ebadc6 color RGB value is (235,173,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11000110
Octal 353 255 306
Decimal 235 173 198
Hex EB AD C6

RGB Percentages of Color #ebadc6

%38.78
%28.55
%32.67

CMYK Percentages of Color #ebadc6

%0
%26
%16
%8

Triadic Colors of #ebadc6

#ebadc6 #c6ebad #adc6eb

Analogous Colors of #ebadc6

#ebadc6 #ebb3ad #ebade5

Monochromatic Colors of #ebadc6

#ebadc6

Complementary Color

#ebadc6 #adebd2

#ebadc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadc6 Color CSS Codes

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

#ebadc6 Text Font Color

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

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


#ebadc6 Background Color

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

This div background color is #ebadc6


#ebadc6 Border Color

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

This div border color is #ebadc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadc6


Comments

No comments written yet.

Please login to write comment.