Color Hex Logo

#e8cfba Color Hex

#E8CFBA
(232,207,186)
0 Favorites   0 Comments

Color spaces of #e8cfba

RGB 232207186
HSL0.080.500.82
HSV27°20°91°
CMYK 0.000.110.20   0.09
XYZ64.454565.326655.6666
Yxy65.32660.34760.3523
Hunter Lab80.82490.902915.7425
CIE-Lab84.65185.436413.6155

#e8cfba color RGB value is (232,207,186).

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

The process color (four color CMYK) of #e8cfba color hex is 0.00, 0.11, 0.20, 0.09. Web safe color of #e8cfba is #ffcccc. Color #e8cfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001111 10111010
Octal 350 317 272
Decimal 232 207 186
Hex E8 CF BA

RGB Percentages of Color #e8cfba

%37.12
%33.12
%29.76

CMYK Percentages of Color #e8cfba

%0
%11
%20
%9

Triadic Colors of #e8cfba

#e8cfba #bae8cf #cfbae8

Analogous Colors of #e8cfba

#e8cfba #e8e6ba #e8babc

Monochromatic Colors of #e8cfba

#e8cfba

Complementary Color

#e8cfba #bad3e8

#e8cfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cfba Color CSS Codes

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

#e8cfba Text Font Color

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

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


#e8cfba Background Color

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

This div background color is #e8cfba


#e8cfba Border Color

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

This div border color is #e8cfba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,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 #e8cfba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cfba

#e8cfba Color Palettes


Comments

No comments written yet.

Please login to write comment.