Color Hex Logo

#e6c4be Color Hex

#E6C4BE
(230,196,190)
0 Favorites   0 Comments

Color spaces of #e6c4be

RGB 230196190
HSL0.030.440.82
HSV17°90°
CMYK 0.000.150.17   0.10
XYZ61.667360.020657.0501
Yxy60.02060.34500.3358
Hunter Lab77.47306.505610.5707
CIE-Lab81.849411.09017.4698

#e6c4be color RGB value is (230,196,190).

#e6c4be hex color red value is 230, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e6c4be hue: 0.03 , saturation: 0.44 and the lightness value of e6c4be is 0.82.

The process color (four color CMYK) of #e6c4be color hex is 0.00, 0.15, 0.17, 0.10. Web safe color of #e6c4be is #ffcccc. Color #e6c4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000100 10111110
Octal 346 304 276
Decimal 230 196 190
Hex E6 C4 BE

RGB Percentages of Color #e6c4be

%37.34
%31.82
%30.84

CMYK Percentages of Color #e6c4be

%0
%15
%17
%10

Triadic Colors of #e6c4be

#e6c4be #bee6c4 #c4bee6

Analogous Colors of #e6c4be

#e6c4be #e6d8be #e6becc

Monochromatic Colors of #e6c4be

#e6c4be

Complementary Color

#e6c4be #bee0e6

#e6c4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c4be Color CSS Codes

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

#e6c4be Text Font Color

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

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


#e6c4be Background Color

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

This div background color is #e6c4be


#e6c4be Border Color

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

This div border color is #e6c4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c4be


Comments

No comments written yet.

Please login to write comment.