Color Hex Logo

#ebadcd Color Hex

#EBADCD
(235,173,205)
0 Favorites   0 Comments

Color spaces of #ebadcd

RGB 235173205
HSL0.910.610.80
HSV329°26°92°
CMYK 0.000.260.13   0.08
XYZ60.224051.957164.6122
Yxy51.95710.34060.2939
Hunter Lab72.081322.9948-2.6895
CIE-Lab77.255227.4891-7.2818

#ebadcd color RGB value is (235,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11001101
Octal 353 255 315
Decimal 235 173 205
Hex EB AD CD

RGB Percentages of Color #ebadcd

%38.34
%28.22
%33.44

CMYK Percentages of Color #ebadcd

%0
%26
%13
%8

Triadic Colors of #ebadcd

#ebadcd #cdebad #adcdeb

Analogous Colors of #ebadcd

#ebadcd #ebadae #eaadeb

Monochromatic Colors of #ebadcd

#ebadcd

Complementary Color

#ebadcd #adebcb

#ebadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadcd Color CSS Codes

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

#ebadcd Text Font Color

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

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


#ebadcd Background Color

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

This div background color is #ebadcd


#ebadcd Border Color

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

This div border color is #ebadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadcd


Comments

No comments written yet.

Please login to write comment.