Color Hex Logo

#e6dca8 Color Hex

#E6DCA8
(230,220,168)
0 Favorites   0 Comments

Color spaces of #e6dca8

RGB 230220168
HSL0.140.550.78
HSV50°27°90°
CMYK 0.000.040.27   0.10
XYZ65.294270.836547.2772
Yxy70.83650.35600.3862
Hunter Lab84.1644-8.808625.6105
CIE-Lab87.4055-4.533826.8384

#e6dca8 color RGB value is (230,220,168).

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

The process color (four color CMYK) of #e6dca8 color hex is 0.00, 0.04, 0.27, 0.10. Web safe color of #e6dca8 is #ffcc99. Color #e6dca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 10101000
Octal 346 334 250
Decimal 230 220 168
Hex E6 DC A8

RGB Percentages of Color #e6dca8

%37.22
%35.60
%27.18

CMYK Percentages of Color #e6dca8

%0
%4
%27
%10

Triadic Colors of #e6dca8

#e6dca8 #a8e6dc #dca8e6

Analogous Colors of #e6dca8

#e6dca8 #d1e6a8 #e6bda8

Monochromatic Colors of #e6dca8

#e6dca8

Complementary Color

#e6dca8 #a8b2e6

#e6dca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dca8 Color CSS Codes

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

#e6dca8 Text Font Color

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

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


#e6dca8 Background Color

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

This div background color is #e6dca8


#e6dca8 Border Color

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

This div border color is #e6dca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dca8


Comments

No comments written yet.

Please login to write comment.