Color Hex Logo

#e6adaa Color Hex

#E6ADAA
(230,173,170)
0 Favorites   0 Comments

Color spaces of #e6adaa

RGB 230173170
HSL0.010.550.78
HSV26°90°
CMYK 0.000.250.26   0.10
XYZ54.832449.612444.7164
Yxy49.61240.36760.3326
Hunter Lab70.436115.693911.6649
CIE-Lab75.830720.41069.6672

#e6adaa color RGB value is (230,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 10101010
Octal 346 255 252
Decimal 230 173 170
Hex E6 AD AA

RGB Percentages of Color #e6adaa

%40.14
%30.19
%29.67

CMYK Percentages of Color #e6adaa

%0
%25
%26
%10

Triadic Colors of #e6adaa

#e6adaa #aae6ad #adaae6

Analogous Colors of #e6adaa

#e6adaa #e6cbaa #e6aac5

Monochromatic Colors of #e6adaa

#e6adaa

Complementary Color

#e6adaa #aae3e6

#e6adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adaa Color CSS Codes

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

#e6adaa Text Font Color

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

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


#e6adaa Background Color

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

This div background color is #e6adaa


#e6adaa Border Color

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

This div border color is #e6adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adaa


Comments

No comments written yet.

Please login to write comment.