Color Hex Logo

#ede4ad Color Hex

#EDE4AD
(237,228,173)
0 Favorites   0 Comments

Color spaces of #ede4ad

RGB 237228173
HSL0.140.640.80
HSV52°27°93°
CMYK 0.000.040.27   0.07
XYZ70.211376.508550.6022
Yxy76.50850.35580.3877
Hunter Lab87.4691-9.789426.9282
CIE-Lab90.0949-5.318428.0050

#ede4ad color RGB value is (237,228,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10101101
Octal 355 344 255
Decimal 237 228 173
Hex ED E4 AD

RGB Percentages of Color #ede4ad

%37.15
%35.74
%27.12

CMYK Percentages of Color #ede4ad

%0
%4
%27
%7

Triadic Colors of #ede4ad

#ede4ad #adede4 #e4aded

Analogous Colors of #ede4ad

#ede4ad #d6edad #edc4ad

Monochromatic Colors of #ede4ad

#ede4ad

Complementary Color

#ede4ad #adb6ed

#ede4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede4ad Color CSS Codes

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

#ede4ad Text Font Color

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

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


#ede4ad Background Color

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

This div background color is #ede4ad


#ede4ad Border Color

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

This div border color is #ede4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede4ad


Comments

No comments written yet.

Please login to write comment.