Color Hex Logo

#e6cfaa Color Hex

#E6CFAA
(230,207,170)
0 Favorites   0 Comments

Color spaces of #e6cfaa

RGB 230207170
HSL0.100.550.78
HSV37°26°90°
CMYK 0.000.100.26   0.10
XYZ62.201664.350947.1728
Yxy64.35090.35800.3704
Hunter Lab80.2190-1.974921.2878
CIE-Lab84.14812.428321.3338

#e6cfaa color RGB value is (230,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 10101010
Octal 346 317 252
Decimal 230 207 170
Hex E6 CF AA

RGB Percentages of Color #e6cfaa

%37.89
%34.10
%28.01

CMYK Percentages of Color #e6cfaa

%0
%10
%26
%10

Triadic Colors of #e6cfaa

#e6cfaa #aae6cf #cfaae6

Analogous Colors of #e6cfaa

#e6cfaa #dfe6aa #e6b1aa

Monochromatic Colors of #e6cfaa

#e6cfaa

Complementary Color

#e6cfaa #aac1e6

#e6cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfaa Color CSS Codes

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

#e6cfaa Text Font Color

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

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


#e6cfaa Background Color

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

This div background color is #e6cfaa


#e6cfaa Border Color

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

This div border color is #e6cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfaa


Comments

No comments written yet.

Please login to write comment.