Color Hex Logo

#e2ccb3 Color Hex

#E2CCB3
(226,204,179)
0 Favorites   0 Comments

Color spaces of #e2ccb3

RGB 226204179
HSL0.090.450.79
HSV32°21°89°
CMYK 0.000.100.21   0.11
XYZ61.093662.609251.5126
Yxy62.60920.34870.3573
Hunter Lab79.1260-0.649616.7892
CIE-Lab83.23633.765415.2563

#e2ccb3 color RGB value is (226,204,179).

#e2ccb3 hex color red value is 226, green value is 204 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #e2ccb3 hue: 0.09 , saturation: 0.45 and the lightness value of e2ccb3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 10110011
Octal 342 314 263
Decimal 226 204 179
Hex E2 CC B3

RGB Percentages of Color #e2ccb3

%37.11
%33.50
%29.39

CMYK Percentages of Color #e2ccb3

%0
%10
%21
%11

Triadic Colors of #e2ccb3

#e2ccb3 #b3e2cc #ccb3e2

Analogous Colors of #e2ccb3

#e2ccb3 #e1e2b3 #e2b5b3

Monochromatic Colors of #e2ccb3

#e2ccb3

Complementary Color

#e2ccb3 #b3c9e2

#e2ccb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccb3 Color CSS Codes

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

#e2ccb3 Text Font Color

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

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


#e2ccb3 Background Color

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

This div background color is #e2ccb3


#e2ccb3 Border Color

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

This div border color is #e2ccb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccb3


Comments

No comments written yet.

Please login to write comment.