Color Hex Logo

#e6ccac Color Hex

#E6CCAC
(230,204,172)
0 Favorites   0 Comments

Color spaces of #e6ccac

RGB 230204172
HSL0.090.540.79
HSV33°25°90°
CMYK 0.000.110.25   0.10
XYZ61.672462.987347.9370
Yxy62.98730.35730.3649
Hunter Lab79.3645-0.179619.7434
CIE-Lab83.43574.264519.2926

#e6ccac color RGB value is (230,204,172).

#e6ccac hex color red value is 230, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e6ccac hue: 0.09 , saturation: 0.54 and the lightness value of e6ccac is 0.79.

The process color (four color CMYK) of #e6ccac color hex is 0.00, 0.11, 0.25, 0.10. Web safe color of #e6ccac is #ffcc99. Color #e6ccac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001100 10101100
Octal 346 314 254
Decimal 230 204 172
Hex E6 CC AC

RGB Percentages of Color #e6ccac

%37.95
%33.66
%28.38

CMYK Percentages of Color #e6ccac

%0
%11
%25
%10

Triadic Colors of #e6ccac

#e6ccac #ace6cc #ccace6

Analogous Colors of #e6ccac

#e6ccac #e3e6ac #e6afac

Monochromatic Colors of #e6ccac

#e6ccac

Complementary Color

#e6ccac #acc6e6

#e6ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ccac Color CSS Codes

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

#e6ccac Text Font Color

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

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


#e6ccac Background Color

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

This div background color is #e6ccac


#e6ccac Border Color

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

This div border color is #e6ccac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,204,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ccac


Comments

No comments written yet.

Please login to write comment.