Color Hex Logo

#e6ccbe Color Hex

#E6CCBE
(230,204,190)
0 Favorites   0 Comments

Color spaces of #e6ccbe

RGB 230204190
HSL0.060.440.82
HSV21°17°90°
CMYK 0.000.110.17   0.10
XYZ63.520363.726457.6678
Yxy63.72640.34350.3446
Hunter Lab79.82882.333213.0495
CIE-Lab83.82316.875510.2930

#e6ccbe color RGB value is (230,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001100 10111110
Octal 346 314 276
Decimal 230 204 190
Hex E6 CC BE

RGB Percentages of Color #e6ccbe

%36.86
%32.69
%30.45

CMYK Percentages of Color #e6ccbe

%0
%11
%17
%10

Triadic Colors of #e6ccbe

#e6ccbe #bee6cc #ccbee6

Analogous Colors of #e6ccbe

#e6ccbe #e6e0be #e6bec4

Monochromatic Colors of #e6ccbe

#e6ccbe

Complementary Color

#e6ccbe #bed8e6

#e6ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ccbe Color CSS Codes

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

#e6ccbe Text Font Color

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

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


#e6ccbe Background Color

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

This div background color is #e6ccbe


#e6ccbe Border Color

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

This div border color is #e6ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ccbe


Comments

No comments written yet.

Please login to write comment.