Color Hex Logo

#e8dbae Color Hex

#E8DBAE
(232,219,174)
1 Favorites   0 Comments

Color spaces of #e8dbae

RGB 232219174
HSL0.130.560.80
HSV47°25°91°
CMYK 0.000.060.25   0.09
XYZ66.250270.874850.2328
Yxy70.87480.35360.3783
Hunter Lab84.1872-6.858923.5539
CIE-Lab87.4241-2.471423.7781

#e8dbae color RGB value is (232,219,174).

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

The process color (four color CMYK) of #e8dbae color hex is 0.00, 0.06, 0.25, 0.09. Web safe color of #e8dbae is #ffcc99. Color #e8dbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011011 10101110
Octal 350 333 256
Decimal 232 219 174
Hex E8 DB AE

RGB Percentages of Color #e8dbae

%37.12
%35.04
%27.84

CMYK Percentages of Color #e8dbae

%0
%6
%25
%9

Triadic Colors of #e8dbae

#e8dbae #aee8db #dbaee8

Analogous Colors of #e8dbae

#e8dbae #d8e8ae #e8beae

Monochromatic Colors of #e8dbae

#e8dbae

Complementary Color

#e8dbae #aebbe8

#e8dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dbae Color CSS Codes

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

#e8dbae Text Font Color

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

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


#e8dbae Background Color

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

This div background color is #e8dbae


#e8dbae Border Color

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

This div border color is #e8dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dbae


Comments

No comments written yet.

Please login to write comment.