Color Hex Logo

#e2cabc Color Hex

#E2CABC
(226,202,188)
0 Favorites   0 Comments

Color spaces of #e2cabc

RGB 226202188
HSL0.060.400.81
HSV22°17°89°
CMYK 0.000.110.17   0.11
XYZ61.561762.040756.3073
Yxy62.04070.34220.3448
Hunter Lab78.76591.671312.7516
CIE-Lab82.93516.163310.0445

#e2cabc color RGB value is (226,202,188).

#e2cabc hex color red value is 226, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e2cabc hue: 0.06 , saturation: 0.40 and the lightness value of e2cabc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001010 10111100
Octal 342 312 274
Decimal 226 202 188
Hex E2 CA BC

RGB Percentages of Color #e2cabc

%36.69
%32.79
%30.52

CMYK Percentages of Color #e2cabc

%0
%11
%17
%11

Triadic Colors of #e2cabc

#e2cabc #bce2ca #cabce2

Analogous Colors of #e2cabc

#e2cabc #e2ddbc #e2bcc1

Monochromatic Colors of #e2cabc

#e2cabc

Complementary Color

#e2cabc #bcd4e2

#e2cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cabc Color CSS Codes

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

#e2cabc Text Font Color

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

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


#e2cabc Background Color

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

This div background color is #e2cabc


#e2cabc Border Color

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

This div border color is #e2cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cabc


Comments

No comments written yet.

Please login to write comment.