Color Hex Logo

#e4cfaa Color Hex

#E4CFAA
(228,207,170)
0 Favorites   0 Comments

Color spaces of #e4cfaa

RGB 228207170
HSL0.110.520.78
HSV38°25°89°
CMYK 0.000.090.25   0.11
XYZ61.563464.021947.1429
Yxy64.02190.35640.3707
Hunter Lab80.0137-2.684121.0768
CIE-Lab83.97721.675421.0710

#e4cfaa color RGB value is (228,207,170).

#e4cfaa hex color red value is 228, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e4cfaa hue: 0.11 , saturation: 0.52 and the lightness value of e4cfaa is 0.78.

The process color (four color CMYK) of #e4cfaa color hex is 0.00, 0.09, 0.25, 0.11. Web safe color of #e4cfaa is #cccc99. Color #e4cfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001111 10101010
Octal 344 317 252
Decimal 228 207 170
Hex E4 CF AA

RGB Percentages of Color #e4cfaa

%37.69
%34.21
%28.10

CMYK Percentages of Color #e4cfaa

%0
%9
%25
%11

Triadic Colors of #e4cfaa

#e4cfaa #aae4cf #cfaae4

Analogous Colors of #e4cfaa

#e4cfaa #dce4aa #e4b2aa

Monochromatic Colors of #e4cfaa

#e4cfaa

Complementary Color

#e4cfaa #aabfe4

#e4cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cfaa Color CSS Codes

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

#e4cfaa Text Font Color

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

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


#e4cfaa Background Color

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

This div background color is #e4cfaa


#e4cfaa Border Color

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

This div border color is #e4cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cfaa


Comments

No comments written yet.

Please login to write comment.