Color Hex Logo

#ede9ac Color Hex

#EDE9AC
(237,233,172)
0 Favorites   0 Comments

Color spaces of #ede9ac

RGB 237233172
HSL0.160.640.80
HSV56°27°93°
CMYK 0.000.020.27   0.07
XYZ71.510479.260950.5596
Yxy79.26090.35520.3937
Hunter Lab89.0286-12.423528.6490
CIE-Lab91.3522-7.967130.2163

#ede9ac color RGB value is (237,233,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10101100
Octal 355 351 254
Decimal 237 233 172
Hex ED E9 AC

RGB Percentages of Color #ede9ac

%36.92
%36.29
%26.79

CMYK Percentages of Color #ede9ac

%0
%2
%27
%7

Triadic Colors of #ede9ac

#ede9ac #acede9 #e9aced

Analogous Colors of #ede9ac

#ede9ac #d1edac #edc9ac

Monochromatic Colors of #ede9ac

#ede9ac

Complementary Color

#ede9ac #acb0ed

#ede9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede9ac Color CSS Codes

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

#ede9ac Text Font Color

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

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


#ede9ac Background Color

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

This div background color is #ede9ac


#ede9ac Border Color

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

This div border color is #ede9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede9ac


Comments

No comments written yet.

Please login to write comment.