Color Hex Logo

#e4d490 Color Hex

#E4D490
(228,212,144)
0 Favorites   0 Comments

Color spaces of #e4d490

RGB 228212144
HSL0.130.610.73
HSV49°37°89°
CMYK 0.000.070.37   0.11
XYZ60.572465.594635.8541
Yxy65.59460.37390.4049
Hunter Lab80.9905-8.234130.4459
CIE-Lab84.7892-4.158635.6652

#e4d490 color RGB value is (228,212,144).

#e4d490 hex color red value is 228, green value is 212 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e4d490 hue: 0.13 , saturation: 0.61 and the lightness value of e4d490 is 0.73.

The process color (four color CMYK) of #e4d490 color hex is 0.00, 0.07, 0.37, 0.11. Web safe color of #e4d490 is #cccc99. Color #e4d490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010100 10010000
Octal 344 324 220
Decimal 228 212 144
Hex E4 D4 90

RGB Percentages of Color #e4d490

%39.04
%36.30
%24.66

CMYK Percentages of Color #e4d490

%0
%7
%37
%11

Triadic Colors of #e4d490

#e4d490 #90e4d4 #d490e4

Analogous Colors of #e4d490

#e4d490 #cae490 #e4aa90

Monochromatic Colors of #e4d490

#e4d490

Complementary Color

#e4d490 #90a0e4

#e4d490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d490 Color CSS Codes

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

#e4d490 Text Font Color

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

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


#e4d490 Background Color

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

This div background color is #e4d490


#e4d490 Border Color

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

This div border color is #e4d490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d490


Comments

No comments written yet.

Please login to write comment.