Color Hex Logo

#ede6ac Color Hex

#EDE6AC
(237,230,172)
0 Favorites   0 Comments

Color spaces of #ede6ac

RGB 237230172
HSL0.150.640.80
HSV54°27°93°
CMYK 0.000.030.27   0.07
XYZ70.668377.576750.2789
Yxy77.57670.35600.3908
Hunter Lab88.0776-10.918027.8088
CIE-Lab90.5864-6.458329.1830

#ede6ac color RGB value is (237,230,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 10101100
Octal 355 346 254
Decimal 237 230 172
Hex ED E6 AC

RGB Percentages of Color #ede6ac

%37.09
%35.99
%26.92

CMYK Percentages of Color #ede6ac

%0
%3
%27
%7

Triadic Colors of #ede6ac

#ede6ac #acede6 #e6aced

Analogous Colors of #ede6ac

#ede6ac #d4edac #edc6ac

Monochromatic Colors of #ede6ac

#ede6ac

Complementary Color

#ede6ac #acb3ed

#ede6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede6ac Color CSS Codes

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

#ede6ac Text Font Color

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

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


#ede6ac Background Color

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

This div background color is #ede6ac


#ede6ac Border Color

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

This div border color is #ede6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede6ac

#ede6ac Color Palettes


Comments

No comments written yet.

Please login to write comment.