Color Hex Logo

#ebbdcf Color Hex

#EBBDCF
(235,189,207)
0 Favorites   0 Comments

Color spaces of #ebbdcf

RGB 235189207
HSL0.930.530.83
HSV337°20°92°
CMYK 0.000.200.12   0.08
XYZ63.721058.562466.9767
Yxy58.56240.33670.3094
Hunter Lab76.526114.71101.6768
CIE-Lab81.050519.2865-2.7639

#ebbdcf color RGB value is (235,189,207).

#ebbdcf hex color red value is 235, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebbdcf hue: 0.93 , saturation: 0.53 and the lightness value of ebbdcf is 0.83.

The process color (four color CMYK) of #ebbdcf color hex is 0.00, 0.20, 0.12, 0.08. Web safe color of #ebbdcf is #ffcccc. Color #ebbdcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11001111
Octal 353 275 317
Decimal 235 189 207
Hex EB BD CF

RGB Percentages of Color #ebbdcf

%37.24
%29.95
%32.81

CMYK Percentages of Color #ebbdcf

%0
%20
%12
%8

Triadic Colors of #ebbdcf

#ebbdcf #cfebbd #bdcfeb

Analogous Colors of #ebbdcf

#ebbdcf #ebc2bd #ebbde6

Monochromatic Colors of #ebbdcf

#ebbdcf

Complementary Color

#ebbdcf #bdebd9

#ebbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdcf Color CSS Codes

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

#ebbdcf Text Font Color

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

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


#ebbdcf Background Color

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

This div background color is #ebbdcf


#ebbdcf Border Color

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

This div border color is #ebbdcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,189,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 #ebbdcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdcf


Comments

No comments written yet.

Please login to write comment.