Color Hex Logo

#ebcedd Color Hex

#EBCEDD
(235,206,221)
0 Favorites   0 Comments

Color spaces of #ebcedd

RGB 235206221
HSL0.910.420.86
HSV329°12°92°
CMYK 0.000.120.06   0.08
XYZ69.383467.025277.6869
Yxy67.02520.32410.3131
Hunter Lab81.86898.00701.0469
CIE-Lab85.516712.6318-3.6855

#ebcedd color RGB value is (235,206,221).

#ebcedd hex color red value is 235, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebcedd hue: 0.91 , saturation: 0.42 and the lightness value of ebcedd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11011101
Octal 353 316 335
Decimal 235 206 221
Hex EB CE DD

RGB Percentages of Color #ebcedd

%35.50
%31.12
%33.38

CMYK Percentages of Color #ebcedd

%0
%12
%6
%8

Triadic Colors of #ebcedd

#ebcedd #ddebce #ceddeb

Analogous Colors of #ebcedd

#ebcedd #ebcecf #ebceeb

Monochromatic Colors of #ebcedd

#ebcedd

Complementary Color

#ebcedd #ceebdc

#ebcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcedd Color CSS Codes

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

#ebcedd Text Font Color

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

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


#ebcedd Background Color

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

This div background color is #ebcedd


#ebcedd Border Color

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

This div border color is #ebcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcedd


Comments

No comments written yet.

Please login to write comment.