Color Hex Logo

#e6cbaa Color Hex

#E6CBAA
(230,203,170)
0 Favorites   0 Comments

Color spaces of #e6cbaa

RGB 230203170
HSL0.090.550.78
HSV33°26°90°
CMYK 0.000.120.26   0.10
XYZ61.244862.437146.8538
Yxy62.43710.35910.3661
Hunter Lab79.01720.072220.1556
CIE-Lab83.14534.513419.9467

#e6cbaa color RGB value is (230,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 10101010
Octal 346 313 252
Decimal 230 203 170
Hex E6 CB AA

RGB Percentages of Color #e6cbaa

%38.14
%33.67
%28.19

CMYK Percentages of Color #e6cbaa

%0
%12
%26
%10

Triadic Colors of #e6cbaa

#e6cbaa #aae6cb #cbaae6

Analogous Colors of #e6cbaa

#e6cbaa #e3e6aa #e6adaa

Monochromatic Colors of #e6cbaa

#e6cbaa

Complementary Color

#e6cbaa #aac5e6

#e6cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbaa Color CSS Codes

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

#e6cbaa Text Font Color

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

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


#e6cbaa Background Color

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

This div background color is #e6cbaa


#e6cbaa Border Color

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

This div border color is #e6cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbaa


Comments

No comments written yet.

Please login to write comment.