Color Hex Logo

#ebc1dd Color Hex

#EBC1DD
(235,193,221)
0 Favorites   0 Comments

Color spaces of #ebc1dd

RGB 235193221
HSL0.890.510.84
HSV320°18°92°
CMYK 0.000.180.06   0.08
XYZ66.382161.022676.6864
Yxy61.02260.32530.2990
Hunter Lab78.117014.9807-3.5223
CIE-Lab82.390919.5177-8.3043

#ebc1dd color RGB value is (235,193,221).

#ebc1dd hex color red value is 235, green value is 193 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebc1dd hue: 0.89 , saturation: 0.51 and the lightness value of ebc1dd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11011101
Octal 353 301 335
Decimal 235 193 221
Hex EB C1 DD

RGB Percentages of Color #ebc1dd

%36.21
%29.74
%34.05

CMYK Percentages of Color #ebc1dd

%0
%18
%6
%8

Triadic Colors of #ebc1dd

#ebc1dd #ddebc1 #c1ddeb

Analogous Colors of #ebc1dd

#ebc1dd #ebc1c8 #e4c1eb

Monochromatic Colors of #ebc1dd

#ebc1dd

Complementary Color

#ebc1dd #c1ebcf

#ebc1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1dd Color CSS Codes

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

#ebc1dd Text Font Color

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

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


#ebc1dd Background Color

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

This div background color is #ebc1dd


#ebc1dd Border Color

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

This div border color is #ebc1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1dd


Comments

No comments written yet.

Please login to write comment.