Color Hex Logo

#ede4ae Color Hex

#EDE4AE
(237,228,174)
0 Favorites   0 Comments

Color spaces of #ede4ae

RGB 237228174
HSL0.140.640.81
HSV51°27°93°
CMYK 0.000.040.27   0.07
XYZ70.308476.547351.1139
Yxy76.54730.35510.3867
Hunter Lab87.4913-9.666426.6057
CIE-Lab90.1128-5.187427.5155

#ede4ae color RGB value is (237,228,174).

#ede4ae hex color red value is 237, green value is 228 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ede4ae hue: 0.14 , saturation: 0.64 and the lightness value of ede4ae is 0.81.

The process color (four color CMYK) of #ede4ae color hex is 0.00, 0.04, 0.27, 0.07. Web safe color of #ede4ae is #ffcc99. Color #ede4ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10101110
Octal 355 344 256
Decimal 237 228 174
Hex ED E4 AE

RGB Percentages of Color #ede4ae

%37.09
%35.68
%27.23

CMYK Percentages of Color #ede4ae

%0
%4
%27
%7

Triadic Colors of #ede4ae

#ede4ae #aeede4 #e4aeed

Analogous Colors of #ede4ae

#ede4ae #d7edae #edc5ae

Monochromatic Colors of #ede4ae

#ede4ae

Complementary Color

#ede4ae #aeb7ed

#ede4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede4ae Color CSS Codes

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

#ede4ae Text Font Color

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

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


#ede4ae Background Color

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

This div background color is #ede4ae


#ede4ae Border Color

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

This div border color is #ede4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede4ae


Comments

No comments written yet.

Please login to write comment.