Color Hex Logo

#e4cc7d Color Hex

#E4CC7D
(228,204,125)
0 Favorites   0 Comments

Color spaces of #e4cc7d

RGB 228204125
HSL0.130.660.69
HSV46°45°89°
CMYK 0.000.110.45   0.11
XYZ57.289461.160428.1877
Yxy61.16040.39070.4171
Hunter Lab78.2051-6.098233.3735
CIE-Lab82.4649-2.058542.3004

#e4cc7d color RGB value is (228,204,125).

#e4cc7d hex color red value is 228, green value is 204 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e4cc7d hue: 0.13 , saturation: 0.66 and the lightness value of e4cc7d is 0.69.

The process color (four color CMYK) of #e4cc7d color hex is 0.00, 0.11, 0.45, 0.11. Web safe color of #e4cc7d is #cccc66. Color #e4cc7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 01111101
Octal 344 314 175
Decimal 228 204 125
Hex E4 CC 7D

RGB Percentages of Color #e4cc7d

%40.93
%36.62
%22.44

CMYK Percentages of Color #e4cc7d

%0
%11
%45
%11

Triadic Colors of #e4cc7d

#e4cc7d #7de4cc #cc7de4

Analogous Colors of #e4cc7d

#e4cc7d #c9e47d #e4997d

Monochromatic Colors of #e4cc7d

#e4cc7d

Complementary Color

#e4cc7d #7d95e4

#e4cc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cc7d Color CSS Codes

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

#e4cc7d Text Font Color

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

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


#e4cc7d Background Color

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

This div background color is #e4cc7d


#e4cc7d Border Color

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

This div border color is #e4cc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cc7d


Comments

No comments written yet.

Please login to write comment.