Color Hex Logo

#e4cece Color Hex

#E4CECE
(228,206,206)
0 Favorites   0 Comments

Color spaces of #e4cece

RGB 228206206
HSL0.000.290.85
HSV10°89°
CMYK 0.000.100.10   0.11
XYZ65.206865.092867.5199
Yxy65.09280.32960.3291
Hunter Lab80.68013.07606.8572
CIE-Lab84.53157.65712.7794

#e4cece color RGB value is (228,206,206).

#e4cece hex color red value is 228, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e4cece hue: 0.00 , saturation: 0.29 and the lightness value of e4cece is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001110 11001110
Octal 344 316 316
Decimal 228 206 206
Hex E4 CE CE

RGB Percentages of Color #e4cece

%35.63
%32.19
%32.19

CMYK Percentages of Color #e4cece

%0
%10
%10
%11

Triadic Colors of #e4cece

#e4cece #cee4ce #cecee4

Analogous Colors of #e4cece

#e4cece #e4d9ce #e4ced9

Monochromatic Colors of #e4cece

#e4cece

Complementary Color

#e4cece #cee4e4

#e4cece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cece Color CSS Codes

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

#e4cece Text Font Color

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

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


#e4cece Background Color

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

This div background color is #e4cece


#e4cece Border Color

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

This div border color is #e4cece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cece


Comments

No comments written yet.

Please login to write comment.