Color Hex Logo

#e0cedb Color Hex

#E0CEDB
(224,206,219)
1 Favorites   0 Comments

Color spaces of #e0cedb

RGB 224206219
HSL0.880.230.84
HSV317°88°
CMYK 0.000.080.02   0.12
XYZ65.598065.104476.1269
Yxy65.10440.31720.3148
Hunter Lab80.68733.91600.5421
CIE-Lab84.53758.5114-4.1694

#e0cedb color RGB value is (224,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 11011011
Octal 340 316 333
Decimal 224 206 219
Hex E0 CE DB

RGB Percentages of Color #e0cedb

%34.51
%31.74
%33.74

CMYK Percentages of Color #e0cedb

%0
%8
%2
%12

Triadic Colors of #e0cedb

#e0cedb #dbe0ce #cedbe0

Analogous Colors of #e0cedb

#e0cedb #e0ced2 #dccee0

Monochromatic Colors of #e0cedb

#e0cedb

Complementary Color

#e0cedb #cee0d3

#e0cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cedb Color CSS Codes

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

#e0cedb Text Font Color

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

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


#e0cedb Background Color

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

This div background color is #e0cedb


#e0cedb Border Color

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

This div border color is #e0cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cedb


Comments

No comments written yet.

Please login to write comment.