Color Hex Logo

#ebadce Color Hex

#EBADCE
(235,173,206)
0 Favorites   0 Comments

Color spaces of #ebadce

RGB 235173206
HSL0.910.610.80
HSV328°26°92°
CMYK 0.000.260.12   0.08
XYZ60.345152.005565.2501
Yxy52.00550.33980.2928
Hunter Lab72.114823.1664-3.1657
CIE-Lab77.284127.6520-7.7832

#ebadce color RGB value is (235,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11001110
Octal 353 255 316
Decimal 235 173 206
Hex EB AD CE

RGB Percentages of Color #ebadce

%38.27
%28.18
%33.55

CMYK Percentages of Color #ebadce

%0
%26
%12
%8

Triadic Colors of #ebadce

#ebadce #ceebad #adceeb

Analogous Colors of #ebadce

#ebadce #ebadaf #e9adeb

Monochromatic Colors of #ebadce

#ebadce

Complementary Color

#ebadce #adebca

#ebadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadce Color CSS Codes

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

#ebadce Text Font Color

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

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


#ebadce Background Color

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

This div background color is #ebadce


#ebadce Border Color

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

This div border color is #ebadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadce


Comments

No comments written yet.

Please login to write comment.