Color Hex Logo

#ede6ad Color Hex

#EDE6AD
(237,230,173)
0 Favorites   0 Comments

Color spaces of #ede6ad

RGB 237230173
HSL0.150.640.80
HSV53°27°93°
CMYK 0.000.030.27   0.07
XYZ70.764777.615350.7867
Yxy77.61530.35530.3897
Hunter Lab88.0995-10.796627.4908
CIE-Lab90.6041-6.328628.6948

#ede6ad color RGB value is (237,230,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 10101101
Octal 355 346 255
Decimal 237 230 173
Hex ED E6 AD

RGB Percentages of Color #ede6ad

%37.03
%35.94
%27.03

CMYK Percentages of Color #ede6ad

%0
%3
%27
%7

Triadic Colors of #ede6ad

#ede6ad #adede6 #e6aded

Analogous Colors of #ede6ad

#ede6ad #d4edad #edc6ad

Monochromatic Colors of #ede6ad

#ede6ad

Complementary Color

#ede6ad #adb4ed

#ede6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede6ad Color CSS Codes

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

#ede6ad Text Font Color

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

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


#ede6ad Background Color

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

This div background color is #ede6ad


#ede6ad Border Color

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

This div border color is #ede6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede6ad


Comments

No comments written yet.

Please login to write comment.