Color Hex Logo

#ebadcf Color Hex

#EBADCF
(235,173,207)
0 Favorites   0 Comments

Color spaces of #ebadcf

RGB 235173207
HSL0.910.610.80
HSV327°26°92°
CMYK 0.000.260.12   0.08
XYZ60.467052.054365.8920
Yxy52.05430.33890.2918
Hunter Lab72.148723.3387-3.6444
CIE-Lab77.313327.8155-8.2840

#ebadcf color RGB value is (235,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11001111
Octal 353 255 317
Decimal 235 173 207
Hex EB AD CF

RGB Percentages of Color #ebadcf

%38.21
%28.13
%33.66

CMYK Percentages of Color #ebadcf

%0
%26
%12
%8

Triadic Colors of #ebadcf

#ebadcf #cfebad #adcfeb

Analogous Colors of #ebadcf

#ebadcf #ebadb0 #e8adeb

Monochromatic Colors of #ebadcf

#ebadcf

Complementary Color

#ebadcf #adebc9

#ebadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadcf Color CSS Codes

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

#ebadcf Text Font Color

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

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


#ebadcf Background Color

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

This div background color is #ebadcf


#ebadcf Border Color

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

This div border color is #ebadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadcf

#ebadcf Color Palettes


Comments

No comments written yet.

Please login to write comment.