Color Hex Logo

#ebbddc Color Hex

#EBBDDC
(235,189,220)
0 Favorites   0 Comments

Color spaces of #ebbddc

RGB 235189220
HSL0.890.530.83
HSV320°20°92°
CMYK 0.000.200.06   0.08
XYZ65.376859.224775.6959
Yxy59.22470.32640.2957
Hunter Lab76.957616.9631-4.4477
CIE-Lab81.415021.4735-9.2175

#ebbddc color RGB value is (235,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11011100
Octal 353 275 334
Decimal 235 189 220
Hex EB BD DC

RGB Percentages of Color #ebbddc

%36.49
%29.35
%34.16

CMYK Percentages of Color #ebbddc

%0
%20
%6
%8

Triadic Colors of #ebbddc

#ebbddc #dcebbd #bddceb

Analogous Colors of #ebbddc

#ebbddc #ebbdc5 #e3bdeb

Monochromatic Colors of #ebbddc

#ebbddc

Complementary Color

#ebbddc #bdebcc

#ebbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbddc Color CSS Codes

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

#ebbddc Text Font Color

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

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


#ebbddc Background Color

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

This div background color is #ebbddc


#ebbddc Border Color

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

This div border color is #ebbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbddc


Comments

No comments written yet.

Please login to write comment.