Color Hex Logo

#e7da90 Color Hex

#E7DA90
(231,218,144)
0 Favorites   0 Comments

Color spaces of #e7da90

RGB 231218144
HSL0.140.640.74
HSV51°38°91°
CMYK 0.000.060.38   0.09
XYZ63.060469.145336.4083
Yxy69.14530.37400.4101
Hunter Lab83.1537-10.151632.2478
CIE-Lab86.5759-6.047738.0378

#e7da90 color RGB value is (231,218,144).

#e7da90 hex color red value is 231, green value is 218 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e7da90 hue: 0.14 , saturation: 0.64 and the lightness value of e7da90 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 10010000
Octal 347 332 220
Decimal 231 218 144
Hex E7 DA 90

RGB Percentages of Color #e7da90

%38.95
%36.76
%24.28

CMYK Percentages of Color #e7da90

%0
%6
%38
%9

Triadic Colors of #e7da90

#e7da90 #90e7da #da90e7

Analogous Colors of #e7da90

#e7da90 #c9e790 #e7af90

Monochromatic Colors of #e7da90

#e7da90

Complementary Color

#e7da90 #909de7

#e7da90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7da90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7da90 Color CSS Codes

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

#e7da90 Text Font Color

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

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


#e7da90 Background Color

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

This div background color is #e7da90


#e7da90 Border Color

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

This div border color is #e7da90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,218,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7da90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7da90;
  -webkit-box-shadow: 1px 1px 3px 2px #e7da90;
  box-shadow:         1px 1px 3px 2px #e7da90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,218,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7da90


Comments

No comments written yet.

Please login to write comment.