Color Hex Logo

#e5d6ab Color Hex

#E5D6AB
(229,214,171)
0 Favorites   0 Comments

Color spaces of #e5d6ab

RGB 229214171
HSL0.120.530.78
HSV44°25°90°
CMYK 0.000.070.25   0.10
XYZ63.710467.691448.2359
Yxy67.69140.35470.3768
Hunter Lab82.2748-5.757422.8319
CIE-Lab85.8519-1.433623.1429

#e5d6ab color RGB value is (229,214,171).

#e5d6ab hex color red value is 229, green value is 214 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e5d6ab hue: 0.12 , saturation: 0.53 and the lightness value of e5d6ab is 0.78.

The process color (four color CMYK) of #e5d6ab color hex is 0.00, 0.07, 0.25, 0.10. Web safe color of #e5d6ab is #cccc99. Color #e5d6ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010110 10101011
Octal 345 326 253
Decimal 229 214 171
Hex E5 D6 AB

RGB Percentages of Color #e5d6ab

%37.30
%34.85
%27.85

CMYK Percentages of Color #e5d6ab

%0
%7
%25
%10

Triadic Colors of #e5d6ab

#e5d6ab #abe5d6 #d6abe5

Analogous Colors of #e5d6ab

#e5d6ab #d7e5ab #e5b9ab

Monochromatic Colors of #e5d6ab

#e5d6ab

Complementary Color

#e5d6ab #abbae5

#e5d6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d6ab Color CSS Codes

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

#e5d6ab Text Font Color

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

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


#e5d6ab Background Color

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

This div background color is #e5d6ab


#e5d6ab Border Color

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

This div border color is #e5d6ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,214,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5d6ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5d6ab;
  -webkit-box-shadow: 1px 1px 3px 2px #e5d6ab;
  box-shadow:         1px 1px 3px 2px #e5d6ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,214,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d6ab


Comments

No comments written yet.

Please login to write comment.