Color Hex Logo

#e2de90 Color Hex

#E2DE90
(226,222,144)
1 Favorites   0 Comments

Color spaces of #e2de90

RGB 226222144
HSL0.160.590.73
HSV57°36°89°
CMYK 0.000.020.36   0.11
XYZ62.519370.424936.6838
Yxy70.42490.36860.4152
Hunter Lab83.9195-13.878332.8262
CIE-Lab87.2048-10.009438.7729

#e2de90 color RGB value is (226,222,144).

#e2de90 hex color red value is 226, green value is 222 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e2de90 hue: 0.16 , saturation: 0.59 and the lightness value of e2de90 is 0.73.

The process color (four color CMYK) of #e2de90 color hex is 0.00, 0.02, 0.36, 0.11. Web safe color of #e2de90 is #cccc99. Color #e2de90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011110 10010000
Octal 342 336 220
Decimal 226 222 144
Hex E2 DE 90

RGB Percentages of Color #e2de90

%38.18
%37.50
%24.32

CMYK Percentages of Color #e2de90

%0
%2
%36
%11

Triadic Colors of #e2de90

#e2de90 #90e2de #de90e2

Analogous Colors of #e2de90

#e2de90 #bde290 #e2b590

Monochromatic Colors of #e2de90

#e2de90

Complementary Color

#e2de90 #9094e2

#e2de90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2de90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2de90 Color CSS Codes

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

#e2de90 Text Font Color

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

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


#e2de90 Background Color

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

This div background color is #e2de90


#e2de90 Border Color

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

This div border color is #e2de90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2de90


Comments

No comments written yet.

Please login to write comment.