Color Hex Logo

#e6dbae Color Hex

#E6DBAE
(230,219,174)
0 Favorites   0 Comments

Color spaces of #e6dbae

RGB 230219174
HSL0.130.530.79
HSV48°24°90°
CMYK 0.000.050.24   0.10
XYZ65.604670.542050.2026
Yxy70.54200.35210.3785
Hunter Lab83.9893-7.553723.3533
CIE-Lab87.2620-3.217323.5296

#e6dbae color RGB value is (230,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 10101110
Octal 346 333 256
Decimal 230 219 174
Hex E6 DB AE

RGB Percentages of Color #e6dbae

%36.92
%35.15
%27.93

CMYK Percentages of Color #e6dbae

%0
%5
%24
%10

Triadic Colors of #e6dbae

#e6dbae #aee6db #dbaee6

Analogous Colors of #e6dbae

#e6dbae #d5e6ae #e6bfae

Monochromatic Colors of #e6dbae

#e6dbae

Complementary Color

#e6dbae #aeb9e6

#e6dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbae Color CSS Codes

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

#e6dbae Text Font Color

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

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


#e6dbae Background Color

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

This div background color is #e6dbae


#e6dbae Border Color

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

This div border color is #e6dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbae

#e6dbae Color Palettes


Comments

No comments written yet.

Please login to write comment.