Color Hex Logo

#e5cfba Color Hex

#E5CFBA
(229,207,186)
0 Favorites   0 Comments

Color spaces of #e5cfba

RGB 229207186
HSL0.080.450.81
HSV29°19°90°
CMYK 0.000.100.19   0.10
XYZ63.488864.828855.6214
Yxy64.82880.34520.3524
Hunter Lab80.5163-0.152615.4034
CIE-Lab84.39544.336313.2169

#e5cfba color RGB value is (229,207,186).

#e5cfba hex color red value is 229, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e5cfba hue: 0.08 , saturation: 0.45 and the lightness value of e5cfba is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 10111010
Octal 345 317 272
Decimal 229 207 186
Hex E5 CF BA

RGB Percentages of Color #e5cfba

%36.82
%33.28
%29.90

CMYK Percentages of Color #e5cfba

%0
%10
%19
%10

Triadic Colors of #e5cfba

#e5cfba #bae5cf #cfbae5

Analogous Colors of #e5cfba

#e5cfba #e5e5ba #e5babb

Monochromatic Colors of #e5cfba

#e5cfba

Complementary Color

#e5cfba #bad0e5

#e5cfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfba Color CSS Codes

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

#e5cfba Text Font Color

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

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


#e5cfba Background Color

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

This div background color is #e5cfba


#e5cfba Border Color

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

This div border color is #e5cfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cfba


Comments

No comments written yet.

Please login to write comment.