Color Hex Logo

#e5cabf Color Hex

#E5CABF
(229,202,191)
0 Favorites   0 Comments

Color spaces of #e5cabf

RGB 229202191
HSL0.050.420.82
HSV17°17°90°
CMYK 0.000.120.17   0.10
XYZ62.837662.660758.0730
Yxy62.66070.34230.3413
Hunter Lab79.15853.169511.9141
CIE-Lab83.26357.71578.9500

#e5cabf color RGB value is (229,202,191).

#e5cabf hex color red value is 229, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e5cabf hue: 0.05 , saturation: 0.42 and the lightness value of e5cabf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001010 10111111
Octal 345 312 277
Decimal 229 202 191
Hex E5 CA BF

RGB Percentages of Color #e5cabf

%36.82
%32.48
%30.71

CMYK Percentages of Color #e5cabf

%0
%12
%17
%10

Triadic Colors of #e5cabf

#e5cabf #bfe5ca #cabfe5

Analogous Colors of #e5cabf

#e5cabf #e5ddbf #e5bfc7

Monochromatic Colors of #e5cabf

#e5cabf

Complementary Color

#e5cabf #bfdae5

#e5cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cabf Color CSS Codes

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

#e5cabf Text Font Color

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

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


#e5cabf Background Color

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

This div background color is #e5cabf


#e5cabf Border Color

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

This div border color is #e5cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cabf


Comments

No comments written yet.

Please login to write comment.