Color Hex Logo

#e4d692 Color Hex

#E4D692
(228,214,146)
0 Favorites   0 Comments

Color spaces of #e4d692

RGB 228214146
HSL0.140.600.73
HSV50°36°89°
CMYK 0.000.060.36   0.11
XYZ61.229866.662436.8341
Yxy66.66240.37170.4047
Hunter Lab81.6470-9.019330.4049
CIE-Lab85.3332-4.952235.3560

#e4d692 color RGB value is (228,214,146).

#e4d692 hex color red value is 228, green value is 214 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e4d692 hue: 0.14 , saturation: 0.60 and the lightness value of e4d692 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010110 10010010
Octal 344 326 222
Decimal 228 214 146
Hex E4 D6 92

RGB Percentages of Color #e4d692

%38.78
%36.39
%24.83

CMYK Percentages of Color #e4d692

%0
%6
%36
%11

Triadic Colors of #e4d692

#e4d692 #92e4d6 #d692e4

Analogous Colors of #e4d692

#e4d692 #c9e492 #e4ad92

Monochromatic Colors of #e4d692

#e4d692

Complementary Color

#e4d692 #92a0e4

#e4d692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d692 Color CSS Codes

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

#e4d692 Text Font Color

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

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


#e4d692 Background Color

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

This div background color is #e4d692


#e4d692 Border Color

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

This div border color is #e4d692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d692


Comments

No comments written yet.

Please login to write comment.