Color Hex Logo

#e3cdcb Color Hex

#E3CDCB
(227,205,203)
0 Favorites   0 Comments

Color spaces of #e3cdcb

RGB 227205203
HSL0.010.300.84
HSV11°89°
CMYK 0.000.100.11   0.11
XYZ64.289464.305365.5237
Yxy64.30530.33120.3313
Hunter Lab80.19062.77137.6876
CIE-Lab84.12457.33383.7751

#e3cdcb color RGB value is (227,205,203).

#e3cdcb hex color red value is 227, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e3cdcb hue: 0.01 , saturation: 0.30 and the lightness value of e3cdcb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001101 11001011
Octal 343 315 313
Decimal 227 205 203
Hex E3 CD CB

RGB Percentages of Color #e3cdcb

%35.75
%32.28
%31.97

CMYK Percentages of Color #e3cdcb

%0
%10
%11
%11

Triadic Colors of #e3cdcb

#e3cdcb #cbe3cd #cdcbe3

Analogous Colors of #e3cdcb

#e3cdcb #e3d9cb #e3cbd5

Monochromatic Colors of #e3cdcb

#e3cdcb

Complementary Color

#e3cdcb #cbe1e3

#e3cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cdcb Color CSS Codes

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

#e3cdcb Text Font Color

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

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


#e3cdcb Background Color

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

This div background color is #e3cdcb


#e3cdcb Border Color

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

This div border color is #e3cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cdcb


Comments

No comments written yet.

Please login to write comment.