Color Hex Logo

#e6cbac Color Hex

#E6CBAC
(230,203,172)
0 Favorites   0 Comments

Color spaces of #e6cbac

RGB 230203172
HSL0.090.540.79
HSV32°25°90°
CMYK 0.000.120.25   0.10
XYZ61.435562.513447.8580
Yxy62.51340.35760.3639
Hunter Lab79.06540.333819.4578
CIE-Lab83.18574.787218.9452

#e6cbac color RGB value is (230,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 10101100
Octal 346 313 254
Decimal 230 203 172
Hex E6 CB AC

RGB Percentages of Color #e6cbac

%38.02
%33.55
%28.43

CMYK Percentages of Color #e6cbac

%0
%12
%25
%10

Triadic Colors of #e6cbac

#e6cbac #ace6cb #cbace6

Analogous Colors of #e6cbac

#e6cbac #e4e6ac #e6aeac

Monochromatic Colors of #e6cbac

#e6cbac

Complementary Color

#e6cbac #acc7e6

#e6cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbac Color CSS Codes

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

#e6cbac Text Font Color

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

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


#e6cbac Background Color

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

This div background color is #e6cbac


#e6cbac Border Color

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

This div border color is #e6cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbac


Comments

No comments written yet.

Please login to write comment.