Color Hex Logo

#e7cabe Color Hex

#E7CABE
(231,202,190)
0 Favorites   0 Comments

Color spaces of #e7cabe

RGB 231202190
HSL0.050.460.83
HSV18°18°91°
CMYK 0.000.130.18   0.09
XYZ63.369862.947757.5254
Yxy62.94770.34470.3424
Hunter Lab79.33963.726512.5493
CIE-Lab83.41498.28979.7224

#e7cabe color RGB value is (231,202,190).

#e7cabe hex color red value is 231, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e7cabe hue: 0.05 , saturation: 0.46 and the lightness value of e7cabe is 0.83.

The process color (four color CMYK) of #e7cabe color hex is 0.00, 0.13, 0.18, 0.09. Web safe color of #e7cabe is #ffcccc. Color #e7cabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001010 10111110
Octal 347 312 276
Decimal 231 202 190
Hex E7 CA BE

RGB Percentages of Color #e7cabe

%37.08
%32.42
%30.50

CMYK Percentages of Color #e7cabe

%0
%13
%18
%9

Triadic Colors of #e7cabe

#e7cabe #bee7ca #cabee7

Analogous Colors of #e7cabe

#e7cabe #e7dfbe #e7bec7

Monochromatic Colors of #e7cabe

#e7cabe

Complementary Color

#e7cabe #bedbe7

#e7cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cabe Color CSS Codes

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

#e7cabe Text Font Color

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

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


#e7cabe Background Color

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

This div background color is #e7cabe


#e7cabe Border Color

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

This div border color is #e7cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cabe


Comments

No comments written yet.

Please login to write comment.