Color Hex Logo

#e6deab Color Hex

#E6DEAB
(230,222,171)
0 Favorites   0 Comments

Color spaces of #e6deab

RGB 230222171
HSL0.140.540.79
HSV52°26°90°
CMYK 0.000.030.26   0.10
XYZ66.105172.005848.9425
Yxy72.00580.35340.3849
Hunter Lab84.8562-9.442525.2027
CIE-Lab87.9714-5.154126.0563

#e6deab color RGB value is (230,222,171).

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

The process color (four color CMYK) of #e6deab color hex is 0.00, 0.03, 0.26, 0.10. Web safe color of #e6deab is #ffcc99. Color #e6deab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 10101011
Octal 346 336 253
Decimal 230 222 171
Hex E6 DE AB

RGB Percentages of Color #e6deab

%36.92
%35.63
%27.45

CMYK Percentages of Color #e6deab

%0
%3
%26
%10

Triadic Colors of #e6deab

#e6deab #abe6de #deabe6

Analogous Colors of #e6deab

#e6deab #d1e6ab #e6c1ab

Monochromatic Colors of #e6deab

#e6deab

Complementary Color

#e6deab #abb3e6

#e6deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6deab Color CSS Codes

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

#e6deab Text Font Color

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

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


#e6deab Background Color

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

This div background color is #e6deab


#e6deab Border Color

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

This div border color is #e6deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6deab


Comments

No comments written yet.

Please login to write comment.