Color Hex Logo

#e6ceaa Color Hex

#E6CEAA
(230,206,170)
0 Favorites   0 Comments

Color spaces of #e6ceaa

RGB 230206170
HSL0.100.550.78
HSV36°26°90°
CMYK 0.000.100.26   0.10
XYZ61.960163.867947.0923
Yxy63.86790.35830.3693
Hunter Lab79.9174-1.464121.0048
CIE-Lab83.89692.948520.9868

#e6ceaa color RGB value is (230,206,170).

#e6ceaa hex color red value is 230, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e6ceaa hue: 0.10 , saturation: 0.55 and the lightness value of e6ceaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001110 10101010
Octal 346 316 252
Decimal 230 206 170
Hex E6 CE AA

RGB Percentages of Color #e6ceaa

%37.95
%33.99
%28.05

CMYK Percentages of Color #e6ceaa

%0
%10
%26
%10

Triadic Colors of #e6ceaa

#e6ceaa #aae6ce #ceaae6

Analogous Colors of #e6ceaa

#e6ceaa #e0e6aa #e6b0aa

Monochromatic Colors of #e6ceaa

#e6ceaa

Complementary Color

#e6ceaa #aac2e6

#e6ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ceaa Color CSS Codes

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

#e6ceaa Text Font Color

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

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


#e6ceaa Background Color

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

This div background color is #e6ceaa


#e6ceaa Border Color

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

This div border color is #e6ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ceaa


Comments

No comments written yet.

Please login to write comment.