color codes Logo

#ebbdce color codes

#EBBDCE
(235,189,206)
0 Favorites   0 Comments

Color spaces of #ebbdce

RGB 235189206
HSL0.940.530.83
HSV338°20°92°
CMYK 0.000.200.12   0.08
XYZ63.599158.513666.3347
Yxy58.51360.33750.3105
Hunter Lab76.494214.54442.1305
CIE-Lab81.023519.1235-2.2652

#ebbdce color RGB value is (235,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11001110
Octal 353 275 316
Decimal 235 189 206
Hex EB BD CE

RGB Percentages of Color #ebbdce

%37.30
%30.00
%32.70

CMYK Percentages of Color #ebbdce

%0
%20
%12
%8

Triadic Colors of #ebbdce

#ebbdce #ceebbd #bdceeb

Analogous Colors of #ebbdce

#ebbdce #ebc3bd #ebbde5

Monochromatic Colors of #ebbdce

#ebbdce

Complementary Color

#ebbdce #bdebda

#ebbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdce Color CSS Codes

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

#ebbdce Text Font Color

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

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


#ebbdce Background Color

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

This div background color is #ebbdce


#ebbdce Border Color

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

This div border color is #ebbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdce

#ebbdce Color Palettes


Comments

No comments written yet.

Please login to write comment.