Color Hex Logo

#e4cccd Color Hex

#E4CCCD
(228,204,205)
0 Favorites   0 Comments

Color spaces of #e4cccd

RGB 228204205
HSL0.990.310.85
HSV358°11°89°
CMYK 0.000.110.10   0.11
XYZ64.607264.087566.7226
Yxy64.08750.33060.3280
Hunter Lab80.05473.96076.6223
CIE-Lab84.01138.54362.5564

#e4cccd color RGB value is (228,204,205).

#e4cccd hex color red value is 228, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e4cccd hue: 0.99 , saturation: 0.31 and the lightness value of e4cccd is 0.85.

The process color (four color CMYK) of #e4cccd color hex is 0.00, 0.11, 0.10, 0.11. Web safe color of #e4cccd is #cccccc. Color #e4cccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 11001101
Octal 344 314 315
Decimal 228 204 205
Hex E4 CC CD

RGB Percentages of Color #e4cccd

%35.79
%32.03
%32.18

CMYK Percentages of Color #e4cccd

%0
%11
%10
%11

Triadic Colors of #e4cccd

#e4cccd #cde4cc #cccde4

Analogous Colors of #e4cccd

#e4cccd #e4d7cc #e4ccd9

Monochromatic Colors of #e4cccd

#e4cccd

Complementary Color

#e4cccd #cce4e3

#e4cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cccd Color CSS Codes

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

#e4cccd Text Font Color

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

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


#e4cccd Background Color

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

This div background color is #e4cccd


#e4cccd Border Color

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

This div border color is #e4cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cccd

#e4cccd Color Palettes


Comments

No comments written yet.

Please login to write comment.