Color Hex Logo

#ede7ae Color Hex

#EDE7AE
(237,231,174)
0 Favorites   0 Comments

Color spaces of #ede7ae

RGB 237231174
HSL0.150.640.81
HSV54°27°93°
CMYK 0.000.030.27   0.07
XYZ71.140978.212351.3914
Yxy78.21230.35440.3896
Hunter Lab88.4377-11.177427.4528
CIE-Lab90.8767-6.702128.5517

#ede7ae color RGB value is (237,231,174).

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

The process color (four color CMYK) of #ede7ae color hex is 0.00, 0.03, 0.27, 0.07. Web safe color of #ede7ae is #ffff99. Color #ede7ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10101110
Octal 355 347 256
Decimal 237 231 174
Hex ED E7 AE

RGB Percentages of Color #ede7ae

%36.92
%35.98
%27.10

CMYK Percentages of Color #ede7ae

%0
%3
%27
%7

Triadic Colors of #ede7ae

#ede7ae #aeede7 #e7aeed

Analogous Colors of #ede7ae

#ede7ae #d4edae #edc8ae

Monochromatic Colors of #ede7ae

#ede7ae

Complementary Color

#ede7ae #aeb4ed

#ede7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede7ae Color CSS Codes

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

#ede7ae Text Font Color

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

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


#ede7ae Background Color

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

This div background color is #ede7ae


#ede7ae Border Color

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

This div border color is #ede7ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,231,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 #ede7ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede7ae


Comments

No comments written yet.

Please login to write comment.