Color Hex Logo

#ebccdf Color Hex

#EBCCDF
(235,204,223)
0 Favorites   0 Comments

Color spaces of #ebccdf

RGB 235204223
HSL0.900.440.86
HSV323°13°92°
CMYK 0.000.130.05   0.08
XYZ69.173166.175678.9394
Yxy66.17560.32280.3088
Hunter Lab81.34849.4245-0.5904
CIE-Lab85.085914.0333-5.3835

#ebccdf color RGB value is (235,204,223).

#ebccdf hex color red value is 235, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ebccdf hue: 0.90 , saturation: 0.44 and the lightness value of ebccdf is 0.86.

The process color (four color CMYK) of #ebccdf color hex is 0.00, 0.13, 0.05, 0.08. Web safe color of #ebccdf is #ffcccc. Color #ebccdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11011111
Octal 353 314 337
Decimal 235 204 223
Hex EB CC DF

RGB Percentages of Color #ebccdf

%35.50
%30.82
%33.69

CMYK Percentages of Color #ebccdf

%0
%13
%5
%8

Triadic Colors of #ebccdf

#ebccdf #dfebcc #ccdfeb

Analogous Colors of #ebccdf

#ebccdf #ebccd0 #e8cceb

Monochromatic Colors of #ebccdf

#ebccdf

Complementary Color

#ebccdf #ccebd8

#ebccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccdf Color CSS Codes

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

#ebccdf Text Font Color

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

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


#ebccdf Background Color

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

This div background color is #ebccdf


#ebccdf Border Color

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

This div border color is #ebccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccdf


Comments

No comments written yet.

Please login to write comment.