Color Hex Logo

#e6cdac Color Hex

#E6CDAC
(230,205,172)
0 Favorites   0 Comments

Color spaces of #e6cdac

RGB 230205172
HSL0.090.540.79
HSV34°25°90°
CMYK 0.000.110.25   0.10
XYZ61.910863.464248.0165
Yxy63.46420.35710.3660
Hunter Lab79.6644-0.692420.0290
CIE-Lab83.68603.742619.6402

#e6cdac color RGB value is (230,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 10101100
Octal 346 315 254
Decimal 230 205 172
Hex E6 CD AC

RGB Percentages of Color #e6cdac

%37.89
%33.77
%28.34

CMYK Percentages of Color #e6cdac

%0
%11
%25
%10

Triadic Colors of #e6cdac

#e6cdac #ace6cd #cdace6

Analogous Colors of #e6cdac

#e6cdac #e2e6ac #e6b0ac

Monochromatic Colors of #e6cdac

#e6cdac

Complementary Color

#e6cdac #acc5e6

#e6cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cdac Color CSS Codes

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

#e6cdac Text Font Color

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

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


#e6cdac Background Color

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

This div background color is #e6cdac


#e6cdac Border Color

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

This div border color is #e6cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cdac


Comments

No comments written yet.

Please login to write comment.