Color Hex Logo

#e0cece Color Hex

#E0CECE
(224,206,206)
0 Favorites   0 Comments

Color spaces of #e0cece

RGB 224206206
HSL0.000.230.84
HSV88°
CMYK 0.000.080.08   0.12
XYZ63.952464.446167.4612
Yxy64.44610.32650.3290
Hunter Lab80.27831.71206.3710
CIE-Lab84.19756.25082.2529

#e0cece color RGB value is (224,206,206).

#e0cece hex color red value is 224, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e0cece hue: 0.00 , saturation: 0.23 and the lightness value of e0cece is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 11001110
Octal 340 316 316
Decimal 224 206 206
Hex E0 CE CE

RGB Percentages of Color #e0cece

%35.22
%32.39
%32.39

CMYK Percentages of Color #e0cece

%0
%8
%8
%12

Triadic Colors of #e0cece

#e0cece #cee0ce #cecee0

Analogous Colors of #e0cece

#e0cece #e0d7ce #e0ced7

Monochromatic Colors of #e0cece

#e0cece

Complementary Color

#e0cece #cee0e0

#e0cece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cece Color CSS Codes

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

#e0cece Text Font Color

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

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


#e0cece Background Color

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

This div background color is #e0cece


#e0cece Border Color

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

This div border color is #e0cece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cece


Comments

No comments written yet.

Please login to write comment.