Color Hex Logo

#e6cbae Color Hex

#E6CBAE
(230,203,174)
0 Favorites   0 Comments

Color spaces of #e6cbae

RGB 230203174
HSL0.090.530.79
HSV31°24°90°
CMYK 0.000.120.24   0.10
XYZ61.629062.590948.8774
Yxy62.59090.35600.3616
Hunter Lab79.11440.598718.7503
CIE-Lab83.22675.064017.9437

#e6cbae color RGB value is (230,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 10101110
Octal 346 313 256
Decimal 230 203 174
Hex E6 CB AE

RGB Percentages of Color #e6cbae

%37.89
%33.44
%28.67

CMYK Percentages of Color #e6cbae

%0
%12
%24
%10

Triadic Colors of #e6cbae

#e6cbae #aee6cb #cbaee6

Analogous Colors of #e6cbae

#e6cbae #e5e6ae #e6afae

Monochromatic Colors of #e6cbae

#e6cbae

Complementary Color

#e6cbae #aec9e6

#e6cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbae Color CSS Codes

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

#e6cbae Text Font Color

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

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


#e6cbae Background Color

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

This div background color is #e6cbae


#e6cbae Border Color

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

This div border color is #e6cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbae


Comments

No comments written yet.

Please login to write comment.