Color Hex Logo

#e4cdaf Color Hex

#E4CDAF
(228,205,175)
0 Favorites   0 Comments

Color spaces of #e4cdaf

RGB 228205175
HSL0.090.500.79
HSV34°23°89°
CMYK 0.000.100.23   0.11
XYZ61.564163.251849.5215
Yxy63.25180.35310.3628
Hunter Lab79.5310-1.004318.7536
CIE-Lab83.57473.411917.8740

#e4cdaf color RGB value is (228,205,175).

#e4cdaf hex color red value is 228, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e4cdaf hue: 0.09 , saturation: 0.50 and the lightness value of e4cdaf is 0.79.

The process color (four color CMYK) of #e4cdaf color hex is 0.00, 0.10, 0.23, 0.11. Web safe color of #e4cdaf is #cccc99. Color #e4cdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001101 10101111
Octal 344 315 257
Decimal 228 205 175
Hex E4 CD AF

RGB Percentages of Color #e4cdaf

%37.50
%33.72
%28.78

CMYK Percentages of Color #e4cdaf

%0
%10
%23
%11

Triadic Colors of #e4cdaf

#e4cdaf #afe4cd #cdafe4

Analogous Colors of #e4cdaf

#e4cdaf #e1e4af #e4b3af

Monochromatic Colors of #e4cdaf

#e4cdaf

Complementary Color

#e4cdaf #afc6e4

#e4cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cdaf Color CSS Codes

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

#e4cdaf Text Font Color

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

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


#e4cdaf Background Color

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

This div background color is #e4cdaf


#e4cdaf Border Color

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

This div border color is #e4cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cdaf


Comments

No comments written yet.

Please login to write comment.