Color Hex Logo

#ebcdcc Color Hex

#EBCDCC
(235,205,204)
1 Favorites   0 Comments

Color spaces of #ebcdcc

RGB 235205204
HSL0.010.440.86
HSV13°92°
CMYK 0.000.130.13   0.08
XYZ66.991465.684466.2743
Yxy65.68440.33670.3302
Hunter Lab81.04595.71528.2485
CIE-Lab84.835210.33514.3582

#ebcdcc color RGB value is (235,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11001100
Octal 353 315 314
Decimal 235 205 204
Hex EB CD CC

RGB Percentages of Color #ebcdcc

%36.49
%31.83
%31.68

CMYK Percentages of Color #ebcdcc

%0
%13
%13
%8

Triadic Colors of #ebcdcc

#ebcdcc #ccebcd #cdcceb

Analogous Colors of #ebcdcc

#ebcdcc #ebddcc #ebccdb

Monochromatic Colors of #ebcdcc

#ebcdcc

Complementary Color

#ebcdcc #cceaeb

#ebcdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdcc Color CSS Codes

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

#ebcdcc Text Font Color

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

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


#ebcdcc Background Color

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

This div background color is #ebcdcc


#ebcdcc Border Color

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

This div border color is #ebcdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdcc

#ebcdcc Color Palettes


Comments

No comments written yet.

Please login to write comment.